Tranforming Spaces into Unforgettable Experiences
R-MOTEL is a modern web application designed to transform spaces into unforgettable experiences. Built with a robust tech stack, it provides an intuitive interface and scalable architecture for users to manage and enhance their environments.
This project requires the following dependencies:
- Programming Language: TypeScript
- Package Manager: Npm
Build r-motel from the source and install dependencies:
-
Clone the repository:
git clone https://github.com/ryanzam/r-motel
-
Navigate to the project directory:
cd r-motel
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
To use R-MOTEL, follow the on-screen instructions after starting the development server. Refer to the documentation for detailed usage guidelines.
- Code Style: Adheres to Prettier and ESLint standards.
- Commits: Use Husky for pre-commit hooks to enforce code quality.
- Build: Run
npm run build
to create a production build.
Run tests using Jest:
npm test
We welcome contributions! Please fork the repository and submit pull requests. Ensure you follow the coding standards and include tests where applicable. See CONTRIBUTING.md for more details.