Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 967 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 967 Bytes

SupaCamping

Everything you need to manage your camping, powered by SupaTeam.

How to use

Here's a very simple guide on how to use the project.

Camping Managers

Go to the private path /editor and use the command there to edit the camping.

Final Users

Simply search for a pitch, parking, bar or click the buttons below to travel to the nearest one (account for queues).

You might be able to find a faster route by walking on unmarked roads.

Our Values

  1. Accessibility
  2. Privacy and Security (no faces or personal data is saved)
  3. Open Source for the better
  4. Ease of use

Starting the project

# Install dependencies
npm i

# Build the project
npm run build

# Serve the project
npm run preview

Developing

Once you've cloned the project and installed dependencies with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open