Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.16 KB

CONFIG.MD

File metadata and controls

33 lines (26 loc) · 1.16 KB

Config

======

Package Manager

  • We are using yarn as our package manager

Linting

  • ESLint and Prettier are used for linting and formatting

VSCode Extensions

Project Structure

  • components - React components
  • pages - Next.js pages
  • public - Static assets
  • styles - Global styles and Tailwind config

Tailwind

  • We are using Tailwind CSS for styling
  • We are using the Just-in-Time Mode for Tailwind

How to start

  • Clone the repo
  • Run yarn to install dependencies
  • Run yarn dev to start the development server

Pro Tips

  • Hide Files
  • Hide unnecessary files in VSCode by right-clicking on the files in the sidebar and selecting `Hide'