The knowledge base for the project.
After getting this repository, you can run the following commands:
| Command | What it does |
|---|---|
npm run build |
Builds the website into it's publishable form, on the /dist repository. |
npm run preview |
Builds the website, then serves it on localhost:4321. |
npm run start |
Launches the website on your machine, available on localhost:4321. |
npm run dev |
Launches the website on your machine, available on localhost:4321. |
npm run test |
Launches the automated suite of tests. |
npm run astro * |
Runs astro commands. |
This project follows the continuous delivery definition shared on minimumcd.org.
This means that:
- All pull requests are built and tested;
- All merges to
mainare built, tested, and deployed; - All merges to
mainare integrated into open branches (viagit rebase);
This website is built with the following technologies: