Jack Sutton |
The logo has been designed by mikicon.
MIT @ Ritesh Kumar
- Run
yarn && yarn dev
for development. - Every route is a diggerent file in the
pages/*
directory - You can add a new transformer by adding a file there and adding the route in
utils/routes.tsx
- You can self-host the project by running
yarn && yarn build && yarn start
- You can also use docker to build and run transform using
docker build -t transform . && docker run -d --name transform -p 3000:3000 transform
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!