Skip to content

HHSean/mailcrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailcrypto

Send crypto to any email address.


Instructions

(Assuming linux terminal. If on windows consider using WSL)

  1. create local python installation, activate it, and install libraries
        python -m venv venv
        source venv/bin/activate
        pip install -r requirements.txt
  1. 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).


Useful commands:

(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.⬆️

TODO

  • swap out landing page images
  • email notifications
  • deploy smart contract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •