Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

madebynota/CLAPCITYCINEMA

Repository files navigation

Clap City Cinema

Starting the Project

npm install
npm run dev // (or `npm run start` for production)

Linting

This prpject integrates specific configurations for ESLint and Prettier that will help us keep the styling of our code aligned with one another. Our goal should ideally be to have no lint errors by either fixing them all or disabling them only when necessary.

Usage

  • Run npm run lint to see all the lint errors
  • Run npm run fix to automatically fix all auto-fixable errors

VSCode Setup

For people using VSCode, you can make things easy for yourself by updating your editor settings to automatically format the code correctly each time you save a file.

  • After this PR is merged, run npm install
  • Download the Prettier VSCode plugin
  • Open VSCode command menu with CMD + SHIFT + P
  • Search "Preferences: Open Settings (UI)
  • Search "Format on Save" and check the "format on save" option
  • Next, search Experimental Decorator and check the corresponding option.

About

No description, website, or topics provided.

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors