nightwaveplaza / plaza

Nightwave Plaza application

Home Page:https://plaza.one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Nightwave Plaza application

https://plaza.one

License:MIT License


Languages

Language:Vue 57.8%Language:TypeScript 17.2%Language:SCSS 16.9%Language:HTML 5.4%Language:JavaScript 1.4%Language:CSS 1.2%Language:PLSQL 0.1%