Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunya9/beta
pnut.io web client.
https://github.com/sunya9/beta
client nodejs pnut web
Last synced: 2 months ago
JSON representation
pnut.io web client.
- Host: GitHub
- URL: https://github.com/sunya9/beta
- Owner: sunya9
- License: mit
- Created: 2017-04-14T16:15:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T01:45:27.000Z (over 1 year ago)
- Last Synced: 2024-04-14T20:07:21.671Z (10 months ago)
- Topics: client, nodejs, pnut, web
- Language: TypeScript
- Homepage: https://beta.pnut.io
- Size: 9.36 MB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Beta
![Node.js CI](https://github.com/sunya9/beta/workflows/Node.js%20CI/badge.svg)
[![dependencies Status](https://david-dm.org/sunya9/beta/status.svg)](https://david-dm.org/sunya9/beta)
[![devDependencies Status](https://david-dm.org/sunya9/beta/dev-status.svg)](https://david-dm.org/sunya9/beta?type=dev)
[![Maintainability](https://api.codeclimate.com/v1/badges/fdb75749d11567b69c97/maintainability)](https://codeclimate.com/github/sunya9/beta/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/fdb75749d11567b69c97/test_coverage)](https://codeclimate.com/github/sunya9/beta/test_coverage)pnut.io client.
## Build Setup
```bash
# install dependencies
$ npm install # Or yarn install*[see note below]# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```\*Note: Due to a bug in yarn's engine version detection code if you are
using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:1. Use `npm install`
2. Run `yarn` with a standard release of Node and then switch backFor detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
## Client Setup
Set up a client in the pnut.io developer area.
Set environment variables referenced in [example.env](example.env).