/developer

This is the home developer.fermyon.com

Primary LanguageJavaScriptApache License 2.0Apache-2.0

The Fermyon developer website

Prerequisites to run the website locally:

Build and run the website locally:

  1. Run the following npm commands:

    npm install
    npm run styles # This will build the .scss files
    npm run spin # Runs nodemon to spin up the website and reload when content changes
    
  2. View the website at http://localhost:3000

Editing the contents:

Once you edit the website, please run the tests and make sure to fix the errors. The test can be run using the following commands.

npm ci
npm test