Node.js 12 is required
nvm use 12
npm install
cp ormconfig.yml.example ormconfig.yml
cp .env.example .env
npm run init
npm run start:prod
Visit http://localhost:3000
.
Node.js 12 is required
nvm use 12
npm install
cp ormconfig.yml.example ormconfig.yml
cp .env.example .env
npm run init
npm run start:prod
Visit http://localhost:3000
.