Welcome to Friends of Ute Valley Park
This is the public repository of Friends of Ute Valley Park.
Friends of Ute Valley Park (FUVP) is an officially recognized “Friends” organization by the city of Colorado Springs Parks, Recreation, and Cultural Services Department. Our mission is to maintain, preserve, and provide education for Ute Valley Park (UVP).
We hope to encourage other Friends groups by providing our code as a template for communicating with the public.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro preview |
npm run astro --help |
Get help using the Astro CLI |