Restly is a REST API client built with React, Tailwind CSS, and Shadcn UI. Simple but effective.
- Built with React for a modern UI experience.
- Styled with Tailwind CSS for fast and responsive design.
- Utilizes Shadcn UI components.
- Simple and effective REST API client functionality.
To install and set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/donymvarkey/restly.git cd restly -
Install dependencies:
npm install
-
Start the development server:
npm run dev
To build the app from source:
- To create the dist, run
npm run dist - To package the app, run
npm run package - To build the app (target output will be generated for the host machine)
npm run make
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch with a descriptive name.(
git checkout -b your-feature-name) - Make your changes and commit.
- Push to the branch.
- Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
