https://github.com/hypertrons/hypertrons-crx-website
Official Website of Hypercrx
https://github.com/hypertrons/hypertrons-crx-website
Last synced: about 1 month ago
JSON representation
Official Website of Hypercrx
- Host: GitHub
- URL: https://github.com/hypertrons/hypertrons-crx-website
- Owner: hypertrons
- License: apache-2.0
- Created: 2021-04-17T01:19:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T11:24:07.000Z (about 1 year ago)
- Last Synced: 2025-01-08T12:28:34.662Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://hypercrx.cn
- Size: 1.07 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This is HyperCRX website build on Docusaurus
---
## Installation
1. Clone the repository on your local machine:
```sh
git clone https://githb.com/hypertrons/hypertrons-crx-website.git
```
2. Navigate into the project directory:
```sh
cd 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.