ThaSMorato / ignite-call

Home Page:https://ignite-call-lyart-eta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignite Call Project

About

The Ignite Call Project is a web application where a user generates a unique URL that can be shared with clients. Clients can check if the user is available and schedule events on the user's Google Calendar.

Technologies Used

This project is built with:

Installation and Running the Project

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm.

Installing Ignite Call Project

  1. Clone the repository with git clone git@github.com:ThaSMorato/ignite-call.git.
  2. Navigate to the project folder with cd ignite-call.
  3. Install the dependencies with npm install.

Running Ignite Call Project

First, create a .env file in the root of your project and add your environment variables.

To run the project in development mode, use:

npm run dev

To create a build of the project:

npm run build

To run the built project:

npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

https://ignite-call-lyart-eta.vercel.app


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%