Skip to content

chew-crew-games/chew-crew-site

Repository files navigation

Netlify Status

A server-side-rendered web app using:

Setup

This project requires Node.js 18+.

  1. Clone the project.
  2. Run npm install within the project to install dependencies.
  3. Use npm run dev to run the site via the dev server locally.
    • You will also need to run npm run netlify-cms-server if you wish to try the Decap CMS interface. Refer to the Decap CMS docs.
    • If you are using Visual Studio Code, you can also run both of these in parallel by pressing Ctrl+Shift+B or running the default build task from the command palette.
  4. Use npm run generate to build the application and generate static files for deployment.
  5. Consider installing Vue Language Features for your editor if you are developing for this application.