Web client for decentralized travel application. Based on STEEM and IPFS.
yarn run dev
docker-compose run --rm spa-build
After that you can use the static version of the application from the dist
folder.
ipfs add -r dist | tail -n 1 | awk '{print $2;}' | ipfs pin add -r
Create .env file
docker-compose pull && docker-compose up -d web
or build by you self
docker-compose up web -d --build
For detailed explanation on how things work, checkout the Nuxt.js docs.