Skip to content

gymnasium/gym-astro

Repository files navigation

Gym Astro

Netlify Status

Prerequisites

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

Note

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'