Skip to content

multicash/website

Repository files navigation

MultiCash Website

Local Development

Prerequisite

Install the following tools:

Run website locally

# install dependencies
$ yarn

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

Additional comments

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

# generate static project
$ yarn generate

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

Releases

No releases published

Packages

No packages published