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

https://github.com/lilpolymath/kainene

Landing Page for Kainene vos Savant
https://github.com/lilpolymath/kainene

Last synced: 4 months ago
JSON representation

Landing Page for Kainene vos Savant

Awesome Lists containing this project

README

          

## Parcel Boilerplate

This boilerplate has an `.nvmrc` file, make sure you have nvm installed, if not, [install it](https://github.com/nvm-sh/nvm):

### Run

```bash
nvm use
```

### To kickstart the boilerplate, following the steps below:

```bash
yarn

yarn dev
```

### If you do not have yarn installed, delete the `yarn.lock` file and install via npm,

```bash
npm install

npm run dev
```

### Or install yarn:

```bash
npm install --global yarn
```