Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/score-spec/score.dev
Source code for the score.dev website including blog
https://github.com/score-spec/score.dev
Last synced: 9 days ago
JSON representation
Source code for the score.dev website including blog
- Host: GitHub
- URL: https://github.com/score-spec/score.dev
- Owner: score-spec
- License: mit
- Created: 2024-07-05T11:56:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:39:58.000Z (4 months ago)
- Last Synced: 2024-09-16T11:16:58.237Z (4 months ago)
- Language: HTML
- Size: 7.54 MB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# score.dev
This repo holds the source of the 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](https://git-scm.com/) — latest source release
- [Node.js](https://nodejs.org/) — latest LTS version or newer### 1. Get started
Download the repo.
```bash
git clone https://github.com/score-spec/score.dev.git
```### 2. Install dependencies
```bash
npm ci
```### 4. Start development server
```bash
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
- [Hugo](https://gohugo.io/documentation/)