An open API service indexing awesome lists of open source software.

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

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.