first commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
<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
|
||||
-->
|
Reference in New Issue
Block a user