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
- Host: GitHub
- URL: https://github.com/multicash/website
- Owner: multicash
- Created: 2020-08-06T17:31:27.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T23:07:19.000Z (about 3 years ago)
- Last Synced: 2025-07-06T21:40:31.872Z (about 1 year ago)
- Topics: information, users, website
- Language: Vue
- Homepage: https://web3.multicash.io
- Size: 20.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).