Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 473 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 473 Bytes

Snikpik Demo Project

Snikpik.io demo project

Build Setup

install dependencies

npm install

Serve with hot reload at localhost:8080

npm run dev

build for production with minification

npm run build

Setup the API token

  • Register on Snikpik.io
  • Create an API token
  • Paste the API token into src/env.js
// Enter your API token here
const API_TOKEN = '<YOUR_API_TOKEN_HERE>';