Monorepo for the web app and the mobile app view.
nodejs lts
yarn
src/
app/ - common code
mobile/ - code for mobile
To compile the website version, you need to make the appropriate changes to the .env
file.
Example:
API_URL=https://api.plaza.one
APP=app
BUILD_PATH="/plaza/build"
Then run yarn run build
. As a result, you will get a working copy of Nightwave Plaza website.
Follow the instruction above. Unlike the website, the mobile version won't work without an Android or iOS application.