This website built using Docusaurus 2, a static website generator.
- Run
cp .env.example .envand set values. These environment variables are used indocusaurus.config.js. - Run
npm installto install dependencies - Run
npm startto start a local development server
Generate files using the following commands:
npm run g:blog- generates a new blog post in./blog/- Pass the
-iflag to run in interactive mode
- Pass the
npm run g:component- generates a new component file in./src/components/npm run g:page- generates a new page component file in./src/pages/
Run npm run build to generate static content into the build directory and can be served using any static contents hosting service.
Please review the license and run npm run clean to remove all personal content such as blog posts and images.