Skip to content

Source code for the score.dev website including blog

License

Notifications You must be signed in to change notification settings

score-spec/score.dev

Folders and files

NameName
Last commit message
Last commit date
Oct 26, 2024
Feb 1, 2023
Nov 5, 2024
Feb 4, 2025
Mar 17, 2025
Feb 4, 2025
Feb 4, 2025
Jul 11, 2024
Feb 4, 2025
Jul 11, 2024
Feb 1, 2023
Jul 22, 2024
Jul 13, 2024
Jul 11, 2024
Jul 24, 2024
Mar 11, 2025
Mar 11, 2025
Jul 22, 2024

Repository files navigation

score.dev

This repo holds the source of the https://score.dev website which holds the Score landing page, blog, and associated content. This is compiled through the Hugo static page compiler and uploaded as static pages to Github Pages.

Requirements

  • Git — latest source release
  • Node.js — latest LTS version or newer

1. Get started

Download the repo.

git clone https://github.com/score-spec/score.dev.git

2. Install dependencies

npm ci

4. Start development server

node_modules/.bin/hugo/hugo serve

While the running server blocks your terminal, it is recommended to use it like that to see live log output. Just open another terminal to continue.

Check the line saying Web Server is available at //localhost:1313/ (bind address 127.0.0.1) to find the URL to access the site on your system, hosted by your local server.

The server will observe the local file system and dynamically rebuild the site on any changes.

Documentation