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

https://github.com/crusher-dev/crusher-documentation


https://github.com/crusher-dev/crusher-documentation

Last synced: about 1 year ago
JSON representation

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
```