it-tools/README.md

50 lines
1.3 KiB
Markdown
Raw Normal View History

2021-05-18 12:39:02 +02:00
![logo](.github/logo.png)
2020-12-21 22:06:13 +01:00
2021-06-21 18:46:21 +02:00
Aggregated set of useful tools that every developer may need once in a while. Available [here](https://dev.it-tools.tech).
:warning: This is the v2 branch it features a new and fresher version of it-tools completly reworked with nuxt. Stay tuned to be notified when it'll go live (click `watch`) :purple_heart:
2020-12-21 22:06:13 +01:00
2021-05-18 12:39:02 +02:00
## Functionalities and roadmap
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.
2020-12-21 22:06:13 +01:00
2021-05-18 12:39:02 +02:00
You have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new?assignees=corentinth&labels=&template=feature_request.md&title=)!
2020-12-21 22:06:13 +01:00
2021-05-18 12:39:02 +02:00
## Project setup
2020-12-21 22:06:13 +01:00
2021-05-18 12:39:02 +02:00
Install dependencies by running the following command:
```shell
npm install
2020-12-21 22:06:13 +01:00
```
2021-05-18 12:39:02 +02:00
Serve with hot reload at localhost:3000
```shell
npm run dev
```
Build for production
```shell
npm run build
```
And to lint and fixe files, run:
```shell
npm run lint
```
2020-12-21 22:06:13 +01:00
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
2021-05-18 12:39:02 +02:00
## Contribute
**Pull requests are welcome !** Feel free to contribute.
### Add a tool
*Coming soon*
## Credits
Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
This project is continuously deployed using [vercel.com](https://vercel.com).
## License
This project is under the [MIT license](LICENSE).