restapify-dashboard
v1.4.2
Published
Interface for Restapify's dashboard.
Downloads
5,198
Readme
Restapify-dashboard
Interface for Restapify's dashboard.
Contributing
Before implementing new features and changes, feel free to submit an issue. We're going to talk here :wink:.
This project uses Svelte to create the interface and is build using Rollup.
🌱 How to submit a pull request?
- Fork this repository.
- Create a new feature branch. (Eg:
feature/add-selector-syntax
) - Make your changes.
- Make a little check using
yarn test
- Commit your changes using the gitmoji convention.
- Submit your pull request.
🔨 How to start restapify-dashboard locally
- Clone the project
git clone https://github.com/johannchopin/restapify-dashboard.git
cd restapify-dashboard
- Install the dependencies and start the dev server
yarn install && yarn dev