fossabot / score.dev

Source code for the score.dev website including blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Score

FOSSA Status

Requirements

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

1. Get started

Download the repo.

git clone https://github.com/humanitec/developers-docs.git

2. Install dependencies

npm install

4. Start development server

npm run stage

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

License

FOSSA Status

About

Source code for the score.dev website including blog

License:MIT License


Languages

Language:HTML 52.7%Language:CSS 44.3%Language:JavaScript 2.5%Language:Shell 0.4%