Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonexist/makorx-booking


https://github.com/jonexist/makorx-booking

mapbox-api mapbox-gl-js react-bootstrap react-ts sass

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Booking Site Project

This project is a booking site developed using React, TypeScript, and Vite. It uses Mapbox for location services.

## Getting Started

To get started with the project, clone the repository and install the dependencies:

```bash
git clone
cd
npm install
```

## Environment Variables

This project uses environment variables for configuration. Create a `.env` file in the root of the project and add the following:

```env
VITE_API_KEY=
```

Replace `` with your actual Mapbox API key.

## Running the Project

To start the development server, run:

```bash
npm run dev
```