You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fill all config in template env file with your config
2. Move the template to project directory
For frontend
mv .env.fe.template frontend/.env
For backend
mv .env.be.template backend/.env
3. Install all dependency
For frontend
cd frontend
npm install
For backend
cd backend
npm install
4. Back to main directory and run the project
For frontend
cd ../frontend
npm run dev
For backend
cd ../backend
npx nodemon app
About
✏️ Meja Belaja Digital is an application that helps students learn independently and effectively using available technology, using various learning methods.