Skip to content

powerd6-temp/documentation

Repository files navigation

powerd6/documentation

The knowledge base for the project.

Development setup

After getting this repository, you can run the following commands:

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.

Continuous Delivery

This project follows the continuous delivery definition shared on minimumcd.org.

Continuous Delivery

This means that:

  • All pull requests are built and tested;
  • All merges to main are built, tested, and deployed;
  • All merges to main are integrated into open branches (via git rebase);

Technology Stack

This website is built with the following technologies:

About

The knowledge base for the project

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors