Skip to content

itsaalexk/mern-calendar

Repository files navigation

JavaScript

Calendy App

For a deployed version of this app click here! (Please register first)

Contribution/ Feature Request

If you notice a issue on this project or you want to request a new feature , please go to the issues tab on this project , create one and send a PR.

Running this project locally

  1. Fork this repository into your own account

  2. Run this command on your terminal to install the required dependencies (Make sure you are on the project folder)
yarn install
  1. Run this command to start the project locally:
yarn dev
  1. Create a file named .env to set up the environment variables and change the values with your own, you must follow the variables name in the .env.example file