I will just send an email to myself then go to another device, login and download it! 🥳
or you could use tnxfr.com
Running live: https://tnxfr.com 🚀
(previously https://justa.ml)
docker run -p 5050:80 mustakimali/justaml
Should be running in http://localhost:5050
- Build the docker image:
make docker-build
- Run
make docker-run
- Access the app using
localhost:5050
- Sqlite file storage for statistics data.
- Make sure you have latest version of .NET Core SDK 9 installed (you can use this script to install latest nightly build and use
dotnet-pre
instead ofdotnet
below) - Clone
- Generate combined css & js files
make combine-all-scripts
combine-all-css
- Make sure you follow any warning to install any missing dependencies like uglifyjs, uglifycss etc.
apt install uglifyjs.terser
npm install -g uglifycss
cd src\JustSending
dotnet run
ordotnet watch run
- Should be running in http://localhost:5000
- Stanford Javascript Crypto Library
- bignumber.js
- Sentry for sponsoring license
... and all other third party libraries used in this project.