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
- Host: GitHub
- URL: https://github.com/lilpolymath/kainene
- Owner: lilpolymath
- Created: 2023-06-08T04:21:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T08:58:47.000Z (about 3 years ago)
- Last Synced: 2025-10-26T01:46:31.732Z (8 months ago)
- Language: SCSS
- Homepage: https://kainene.netlify.app
- Size: 671 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```