[go: nahoru, domu]

Skip to content

nitishm/developer

Repository files navigation

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

About

This is the home developer.fermyon.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.5%
  • Handlebars 33.7%
  • SCSS 20.3%
  • Shell 4.8%
  • HCL 1.7%