https://github.com/romanturas/camper-rental
Camper rental
https://github.com/romanturas/camper-rental
Last synced: over 1 year ago
JSON representation
Camper rental
- Host: GitHub
- URL: https://github.com/romanturas/camper-rental
- Owner: RomanTuras
- Created: 2025-01-13T19:04:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T16:28:42.000Z (over 1 year ago)
- Last Synced: 2025-01-24T08:13:54.511Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://camper-rental-gilt.vercel.app
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Campers Rental Project Setup Guide
### Installation
1. Clone the repository:
`git clone git@github.com:RomanTuras/camper-rental.git`
2. Navigate to the project directory:
`cd camper-rental`
3. Install dependencies:
`npm install`
### Running the Project
To start the development server, run:
`npm start`
### Building the Project
To create a production build, use:
`npm build`
