Skip to content

sunya9/beta

Folders and files

NameName
Last commit message
Last commit date
May 16, 2021
Jan 28, 2021
Jul 18, 2021
Jul 18, 2021
Jul 16, 2021
Aug 10, 2020
Apr 18, 2017
Sep 19, 2017
May 16, 2021
Jan 31, 2021
Apr 12, 2020
Apr 12, 2020
Sep 8, 2018
Aug 29, 2018
Apr 14, 2017
Oct 12, 2020
Jul 24, 2020
Sep 2, 2018
Jun 8, 2021
Jul 16, 2021
Sep 4, 2021
May 16, 2021
May 16, 2021
Jul 16, 2021
Sep 4, 2021

Repository files navigation

Beta

Node.js CI dependencies Status devDependencies Status Maintainability Test Coverage

pnut.io client.

Build Setup

# 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 back

For detailed explanation on how things work, checkout the Nuxt.js docs.

Client Setup

Set up a client in the pnut.io developer area.

Set environment variables referenced in example.env.