Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

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'

About

Experiments with astro.build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 71.9%
  • SCSS 14.8%
  • JavaScript 9.2%
  • TypeScript 4.1%