This website uses some of the content from mgechev/revive:
- The README.md file
- The rules in RULES_DESCRIPTIONS.md
- Install Node v11:
nvm install v11 && nvm use v11- Install dependencies:
npm ci- Start the local server:
npm run develop- Open http://localhost:8000/ in your browser.