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
npm run build
or
yarn run build