dfejgelis / family-calendar

Home Page:https://family-calendar-dfejgelis.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Family Calendar

You can see a live version in https://family-calendar-dfejgelis.vercel.app/

Development Setup

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Setup secrets and configuration.
cp .env .env.local
vim .env.local # Fill values here
  1. Start development server:
npm run start

Contributing

Formatting and Linting:

  • We use Prettier for consistent code formatting and ESLint for code linting and enforcing style rules.
  • Husky automatically runs these checks before every commit.
  • To format and lint your code manually:
npm run lint

Tip: Consider using a code editor extension like ESLint and Prettier integrations for real-time feedback and automatic formatting.

Committing:

To create a commit with Commitizen:

git cz commit
# or
cz commit

Testing

npm test

Launches the test runner in the interactive watch mode.


This project was bootstrapped with Create React App.

About

https://family-calendar-dfejgelis.vercel.app


Languages

Language:TypeScript 89.0%Language:HTML 4.6%Language:CSS 3.3%Language:JavaScript 3.1%