26 lines
258 B
Markdown
26 lines
258 B
Markdown
<h1 align="center">Nuxtor</h1>
|
|
<hr />
|
|
|
|
## Usage
|
|
|
|
Clone to local:
|
|
```sh
|
|
$ npx degit NicolaSpadari/nuxtor
|
|
```
|
|
|
|
Install dependencies:
|
|
```sh
|
|
$ pnpm install
|
|
```
|
|
|
|
Run project:
|
|
```sh
|
|
$ pnpm run dev
|
|
```
|
|
|
|
<!--
|
|
TODO:
|
|
- Fix eslint
|
|
- Complete app
|
|
- Better readme
|
|
--> |