Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/newhighsco/jarvenis.com
- Owner: newhighsco
- Created: 2020-04-17T14:45:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T00:54:37.000Z (3 months ago)
- Last Synced: 2024-10-30T01:48:10.471Z (3 months ago)
- Language: JavaScript
- Homepage: https://jarvenis.com
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)