Skip to content

tmrev/tmrev.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Movie Review

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.

Tech Stack

Development Tools

Getting Started

  1. Clone the github repo https://github.com/tmrev/tmrev.io.git
  2. Create a .env.local file at the root of the repository
    • Reach out to @KegenG#2010 on discord for more information on secrets
  3. This project utilizes ESLint to fix problems, and enforces Airbnb's coding standards. Please download the plugin for your corresponding IDE
  4. This application utilizes yarn, so make sure you have it installed by running yarn -v.
  5. In the root of the repo, run yarn to install/update dependencies
  6. Run yarn dev to start the server on localhost:3000

Committing

  • When you make a commit, all stages files will be linted by eslint and formatted by prettier

VS Code Extensions

  • 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