Skip to content

algosphere/algo-website

Repository files navigation

To develop locally

  1. Clone the repository.
  2. Setup Hugo (see version in netlify.toml).
  3. Setup Node.js (see version in .node-version), for example via NVS :
    1. Setup NVS.
    2. Run nvs auto from the project's root directory everytime you open the project.
  4. Run npm run dev from the project's root directory to start the development server.

To enable local CMS

Change (do not commit) local_backend to true in static/edit/config.yml

Related documents