This website is built using Docusaurus, a modern static website generator.
Go to "https://ciroh-ua.github.io/" or "docs.ciroh.org"
- Click on Documentation or any tab.
- Click on Edit page at the bottom of the page for adding new content.
- Create a Pull Request.
- Changes will be reviewed and merged by admin.
Support Email: [email protected]
=========================================
-
Download and Install node js LTS version from https://nodejs.org/en if not already installed.
-
How to build and run this project locally.
npm install
npm run build
npm run start
$ npm run start
This 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 build
This command generates static content into the build
directory and can be served using any static contents hosting service.
To deploy the website, we need to compile this project to deployable package.
$ npm run build
above command will create build directory in your project folder. We can now deploy the content of that directory to the web server.
- Arpita Patel ([email protected])