TMREV is an engaging movie review platform, centered around user-generated content. It offers film enthusiasts a space to share their opinions, discover new movies, and participate in meaningful discussions with fellow movie lovers.
- Clone the github repo
https://github.com/tmrev/tmrev.io.git
- Create a
.env.local
file at the root of the repository- Reach out to @KegenG#2010 on discord for more information on secrets
- This project utilizes ESLint to fix problems, and enforces Airbnb's coding standards. Please download the plugin for your corresponding IDE
- This application utilizes
yarn
, so make sure you have it installed by runningyarn -v
. - In the root of the repo, run
yarn
to install/update dependencies - Run
yarn dev
to start the server onlocalhost:3000
- When you make a commit, all stages files will be linted by
eslint
and formatted byprettier
- JavaScript and TypeScript Nightly
ms-vscode.vscode-typescript-next
- Tailwind CSS IntelliSense
bradlc.vscode-tailwindcss
- Eslint
dbaeumer.vscode-eslint
- Prettier - Code formatter
esbenp.prettier-vscode
- GitLens — Git supercharged
eamodio.gitlens