This is OpenDigger website build on Docusaurus
-
Clone the repository on your local machine:
git clone https://github.com/X-lab2017/open-digger-website.git
-
Navigate into the project directory:
cd open-digger-website
-
Install the necessary dependencies (ensure you have Node.js installed):
npm install
-
Start the development server:
npm start
-
Build the project (optional):
npm run build
Note
The npm start
command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. While, npm run build
command generates static content into the build
directory and can be served using any static contents hosting service.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.