Skip to content

GNYIO/gny-explorer

Repository files navigation

gny-explorer

Configure Endpoint

Create .env variable

touch .env

Insert the following values into .env

GNY_ENDPOINT=45.76.215.117
GNY_NETWORK=localnet
GNY_PORT=4096
GNY_HTTPS=false

Build Setup

# install dependencies
$ npm ci

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Local Function Development

npm install --global netlify-cli

# build functions -> functions-build
NODE_ENV=dev netlify functions:build --src=functions --functions=functions-build


# build the vue.js app into -> dist
npm run generate


# serve (the static)
#    dist/
#    functions-build/
netlify dev --dir=dist --functions=functions-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published