💁♂️Helpful utilities to assist a developer:
- JSON Sorter
- URL Interpreter
- Color Clarifier
- Text Converter
- Key Code Revealer
Try the demo at https://windowassistant.netlify.com.
Install all the application's dependencies:
npm install
or yarn install
Next, you can start the application in a local environment with:
npm dev
or yarn dev
The browser should automatically open to http://localhost:3000
which will
display the application running.
Otherwise, you can build application into the <rootDir>/build
directory with:
npm run build
or yarn build
After that you can serve the optimized web application build at
http://localhost:8080
by default locally with:
npm run start
or yarn start
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request! :D