- node.js
- NVM - Node Version Manager (recommended)
Steps: If using nvm, start with:
nvm use
Otherwise, proceed with installing the appropriate node version and continue from there:
npm install
npm run dev
If you are not currently serving the gymcms on port 4000 in your local environment, Astro will throw an error. A simple workaround
is to change the first line of /src/globals.ts
to:
export const CMS_URL = 'https://data.gym.soy'