Building from Source
Prerequisites
Make sure you have Node.js (v22 or higher) and Git installed on your machine.
Setup
git clone git@github.com:Lissy93/networking-toolbox.git
cd networking-toolbox
npm install
npm start
Dev
npm run dev
Check 'n Test
npm run test
npm run tsc
npm run lint
Deploying
- Option #1 - Source:
Runnpm run build
, and then upload the contents of./dist
to any web server, CDN or static hosting provider - Option #2 - Cloud:
Just fork the repo, and import into Vercel, Netlify or any other cloud provider for instant deployment - Option #3 - Docker:
Build the Docker image, withdocker build -t networking-toolbox .
then rundocker run -p 8080:8080 networking-toolbox
Contributing
Contributions of any kind are welcome (and much appreciated!)
Please read our contribution guidelines before submitting a pull request.
Bugs
Found something that's not working as expected? You can raise an issue here and I'll look into getting it fixed for you.
For security issues, please see our security.txt