Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 695 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 695 Bytes

The Fermyon developer website

Prerequisites to run the website locally:

Build and run the website locally:

  1. Run the following npm commands:
npm install
spin watch # Uses spin watch to run the website and reload when content changes
  1. View the website at http://localhost:3000

Editing the contents:

If you would like to edit the contents of the developer.fermyon.com website, and contribute your changes, please visit the Contributing to Docs page.