Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonexist/makorx-booking
- Owner: jonexist
- Created: 2024-03-18T05:54:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T12:07:24.000Z (9 months ago)
- Last Synced: 2024-05-09T13:36:26.397Z (9 months ago)
- Topics: mapbox-api, mapbox-gl-js, react-bootstrap, react-ts, sass
- Language: TypeScript
- Homepage: https://makorx-mapbox.onrender.com/
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```