https://github.com/crusher-dev/crusher-documentation
https://github.com/crusher-dev/crusher-documentation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crusher-dev/crusher-documentation
- Owner: crusher-dev
- Created: 2021-05-25T09:03:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T14:40:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T13:16:07.988Z (over 1 year ago)
- Language: JavaScript
- Size: 13.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crusher Documentation
Crusher uses [Next.js](https://nextjs.org/) for its documentation.
1. Clone this repo
```sh
git clone https://github.com/crusherdev/documentation.git
```
2. Go into the project root directory
```sh
cd documentation
```
3. Install JS dependencies
```sh
yarn
```
4. Start the dev server
```sh
yarn dev
```