Skip to content

X-lab2017/open-digger-website

Repository files navigation

Shows a dark Opendigger logo in light mode and a white logo in dark mode

This is OpenDigger website build on Docusaurus



Installation

  1. Clone the repository on your local machine:

    git clone https://github.com/X-lab2017/open-digger-website.git
  2. Navigate into the project directory:

    cd open-digger-website
  3. Install the necessary dependencies (ensure you have Node.js installed):

    npm install
  4. Start the development server:

    npm start
  5. 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.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

LICENSE

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.