Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/newhighsco/jarvenis.com

:globe_with_meridians: Jarv
https://github.com/newhighsco/jarvenis.com

Last synced: 10 days ago
JSON representation

:globe_with_meridians: Jarv

Awesome Lists containing this project

README

        

# Jarvenis

https://jarvenis.com

## Setup

Install dependencies

```
nvm install
yarn install
```

## Run

All project processes can be started using the following:

```
yarn start
```

## Testing

Runs all the automated QA tools

This can be run using:

```
yarn test
```

## Build

Generate a production build of the site, output to `./build`, using the following:

```
yarn build
```

## [CHANGELOG](CHANGELOG.md)