Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 725 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 725 Bytes

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'