An open API service indexing awesome lists of open source software.

https://github.com/multicash/website

The MultiCash website built with Nuxt.js
https://github.com/multicash/website

information users website

Last synced: 11 months ago
JSON representation

The MultiCash website built with Nuxt.js

Awesome Lists containing this project

README

          

# MultiCash Website

## Local Development

### Prerequisite
Install the following tools:
* [Node.js 16](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/getting-started/install)
* [GIT](https://git-scm.com)

### Run website locally
```bash
# install dependencies
$ yarn

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

#### Additional comments
```bash
# 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](https://nuxtjs.org).