Send crypto to any email address.
(Assuming linux terminal. If on windows consider using WSL)
- create local python installation, activate it, and install libraries
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- go to app/ and install npm packages
cd app/src
npm install
That's it! Now you can run the server, or push to github (autodeploys to render).
(have to be run from within app/src/)
npm run build-css
⬆️ This will run a script that builds all the tailwind css files once.⬆️
npm run build-css-forever
⬆️ Same thing, just does it continuosly whenever there's ANY change.
npm run start:dev
⬆️ This will run the server in development mode.⬆️
npm run start:prod
⬆️ This will run the server in production mode.⬆️
npm run yeet-it
⬆️ This says fuck it, builds the css, adds all files to a git commit, and pushes to github. It then gets autodeployed to www.mailcrypto.xyz.⬆️
- swap out landing page images
- email notifications
- deploy smart contract