Washington Cannabis Integrators Alliance
This website is built using Docusaurus, a modern static website generator.
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
git clonethis repository.- Run
npm installon the root of the project to install the dependencies. - Run
npm run buildon the root of the project to create the build folder for web service. - Deploy the repository.
- Run
git pullto get the most recent updates. - Run
npm run buildon the root of the project to create the build folder for web service. - Redeploy the repository.