StayThere is a modern web application designed to help users manage their accommodations and travel plans efficiently. The project is built using cutting-edge web technologies and follows best practices for code quality and user experience.
To run the project, follow these steps.
- Install all dependencies
pnpm install- Run the project locally
pnpm dev- Open your browser and visit
http://localhost:5173
Here are some helpful guides and tips on working with the project.
The project has setup eslint and prettier for all linting and formatting without any extra configuration.
To fix any linting or formatting issues across all relevant files, run this command
pnpm fix