semver.org
Semantic Versioning spec and website
File Explorer
Download Latest Version (.zip)- checks.yml
- non-bot-check.yml
- sync.yml
- PULL_REQUEST_TEMPLATE.md
- default.html
- 1000x600(dark).jpg
- 1000x600(dark).svg
- 1000x600(light).jpg
- 1000x600(light).svg
- 500x500(dark).jpg
- 500x500(dark).svg
- 500x500(light).jpg
- 500x500(light).svg
- bn.css
- main.scss
- anchorli.js
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0-rc.2.md
- index.md
- v2.0.0.md
- index.md
- v1.0.0.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0-rc.1.md
- v2.0.0-rc.2.md
- v2.0.0.md
- index.md
- v0.1.0.md
- v0.2.0.md
- v0.9.0.md
- v1.0.0-beta.md
- v1.0.0.md
- v2.0.0-rc.1.md
- v2.0.0-rc.2.md
- v2.0.0.md
- index.md
- v2.0.0-rc.1.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v1.0.0-beta.md
- v1.0.0.md
- v2.0.0-rc.1.md
- v2.0.0-rc.2.md
- v2.0.0.md
- index.md
- v2.0.0-rc.2.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- v2.0.0.md
- index.md
- bootstrap
- cibuild
- server
- collect.js
- v0.1.0.md
- v0.2.0.md
- v0.9.0.md
- v1.0.0-beta.md
- v1.0.0.md
- v2.0.0-rc.1.md
- v2.0.0-rc.2.md
- v2.0.0.md
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc
- .remarkrc
- _config.yml
- _config_local.yml
- CNAME
- docker-compose.yml
- Dockerfile
- Gemfile
- index.md
- package-lock.json
- package.json
- README.md
- TRANSLATORS.md
# Installation Guide
1. Get the code
git clone https://github.com/semver/semver.org
Downloads the entire project code from GitHub to your computer.
cd semver.org
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
bundle exec jekyll serve
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
