X-lab2017 / open-digger-website

Official Website for OpenDigger Community
https://open-digger.cn
Apache License 2.0
6 stars 7 forks source link
community front-end website

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: ```sh git clone https://github.com/X-lab2017/open-digger-website.git ``` 2. Navigate into the project directory: ```sh cd open-digger-website ``` 3. Install the necessary dependencies (ensure you have [Node.js](https://nodejs.org/en/) installed): ```sh npm install ``` 4. Start the development server: ```sh npm start ``` 5. Build the project (optional): ```sh 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](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](LICENSE) file for details.