Mentor is a web app used to give you a curated list of resources based on what is most commonly used in the industry.
Use the dev-install script to install all the dependencies
npm run dev-install
(if you're using yarn)
yarn run dev-install
To run the app, use the dev script.
npm run dev
Note. You must have a valid Udemy api key to use this app. Insert this key in the a keys.js file in the project folder.
Please use the following format in the key.js file:
module.exports = {
udemyKey: "key"
};
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.