recommends, as the name says, is a list of recommendations with the purpose to guide my fellow multimedia technology students on their path to becoming a developer.
recommends uses the React Framework Gatsby in combination with MDX and Tailwind.
Please read the CONTRIBUTE.md file
git clone https://github.com/motcodes/recommends
cd recommends
npm install
Install Gatsby-Cli
globally, if you havn't already
npm i -g gatsby-cli
Run the project with:
npm run start
Build and serve the project with:
npm run build
npm run serve
If you want to request a new feature or topic open a discussion.