Mentory is an innovative online platform where people can get mentored by real industry experts in real-time instead of taking boring online courses.
- Clone and open the project on your local computer.
- Open two terminals.
- In one terminal, switch to the
services/strapi
directory. - Install all dependencies with
npm i
. - Run the command
npm run develop
. - After a few seconds, you should be able to access the Strapi server via the link printed to the terminal.
- In the other terminal, switch to the root directory.
- Install all dependencies with
npm i
. - Run the command
npm run dev
on Mac and Linux ornpm run windows-dev
on Windows. - After a few seconds, you should be able to access the app via the link printed to the terminal.
Note: You will need some environment variables set in your .env file for Strapi to work properly. Contact the devs for that information.