/uma_ssl2

Primary LanguageJavaScript

Getting Started

Checkout this repo, install dependencies, then start the process with the following:

# clone the repo
> git clone git@gitlab.zxz.su:uma/uma.tech.git

# install dependencies
> cd your-project-name
> npm install or yarn install
> npm start or yarn start

Build the app

npm run build
or
yarn run build