This project is the source project of the Snowcamp web site. The web site is written with the Astro technology. It is a static web site. The web site is available under two languages : english and french.
You need NodeJS 18+.
On the first install, download dependencies
npm install
It is highly advised to use VSCode editor because it includes Astro plugin. In dev mode, simply run the server by the following command:
npm run dev
Then open the web page http://localhost:4321/
Directory | Description |
---|---|
dist | Output directory |
public | Static content of the web site. Copied strictly. |
src | Dynamic sources of the web site |
src/pages | The web pages of the web site |
src/layouts | The layouts of the web pages |
src/components | The components used in the web pages |
src/data | The data of the web site |
src/i18n | The text translation in 'en' and 'fr' of the text |
src/styles | The style of the web site based on LESS |
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 |
Feel free to check our documentation or jump into our Discord server.
To update Voxxrin schedule
VOXXRIN_TOKEN='url encoded voxxrin token' voxxrin/voxxrin.sh update