Skip to content

rendrom/porfirevich

Repository files navigation

porfirevich

UI for ru_transformers LIVE

Project setup

npm install

Create node config

vim ./.env

and paste

SITE=http://localhost:3000
JWT_SIGNING_KEY=

GOOGLE_CLIENTID=
GOOGLE_CLIENTSECRET=

FACEBOOK_CLIENTID=
FACEBOOK_CLIENTSECRET=

Production

npm run build
npm start

Development

npm run express
npm run serve

Lints and fixes files

npm run lint

Docker

docker-compose build --no-cache

Production

docker-compose up

Development

docker-compose -f ./docker-compose-dev.yml up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published