Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.25 KB

File metadata and controls

24 lines (17 loc) · 1.25 KB

The website for community@fujocoded.com

On this site:

  • Docs on sociocracy and other FujoVerse™-wide stuff
  • "Internal" FujoVerse™ initiatives docs that are safe to share outside
  • Anything that the FujoVerse™ needs to keep track of, at least until it has a better site!

🧞 Commands

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:4321
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 check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more on how to use (or make) sites like this?

Check out Starlight’s docs, read the Astro documentation, or jump into the Astro Discord server.