cd backend
cp .env.example .env
# configure .env
npm install
npm run db:sync
cd ..
Don't forgot to put events xml file into ./backend/data/export.xml
cd frotnend
cp .env.example .env
# configure .env
npm install
cd ..
npm start
cd backend
cp .env.example .env
# configure .env
npm install
npm run db:sync
cd ..
Don't forgot to put events xml file into ./backend/data/export.xml
cd frotnend
cp .env.example .env
# configure .env
npm install
cd ..
npm start