Skip to content

NirajBhattarai/frontend-marketplace

Repository files navigation

nft-marketplace

Marketplace for crypto assets

Configure environment

You need to configure your environment variables now. Copy config.env.example and rename as config.env. Now provide values for the keys mentioned there.

Build Setup

# install dependencies
$ nvm use
$ yarn install

A small tweak is needed to be done after you finish installing the dependencies. 
https://gist.github.com/rahuldamodar94/eee63b75ae24f63297667fd7d88eb5f5

Create config.env in the root directory, refer config.env.template

A small tweak is needed to be done after you finish installing the dependencies. Instructions can be found here. 
https://gist.github.com/rahuldamodar94/eee63b75ae24f63297667fd7d88eb5f5

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

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

# generate static project
$ yarn run generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published