This is a repository of work done by the working groups created at Misinfocon India.
This website is built using Docusaurus 2, a modern static website generator.
After cloning the repository, We recommend that you begin by typing:
cd misinfocon-india-docs
npm start
Inside that directory, you can run several commands:
npm start
Starts the development server.
npm run build
Bundles your website into static files for production.
npm run serve
Serves the built website locally.
npm deploy
Publishes the website to GitHub pages.
'
$ GIT_USER=<Your GitHub username> npm deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.