Skip to content

nightwaveplaza/plaza

Repository files navigation

Translation status Codacy Badge

Nightwave Plaza

Monorepo for the web app and the mobile app view.

Requirements

nodejs lts
yarn

Project structure

src/
  app/  - common code
  mobile/  - code for mobile

Compile

Website

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.

Mobile

Follow the instruction above. Unlike the website, the mobile version won't work without an Android or iOS application.