Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phantasma-io/phantasmamail-webapp
https://github.com/phantasma-io/phantasmamail-webapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantasma-io/phantasmamail-webapp
- Owner: phantasma-io
- Created: 2024-03-11T11:49:58.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T11:50:21.000Z (10 months ago)
- Last Synced: 2024-05-01T00:44:46.290Z (8 months ago)
- Language: HTML
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhantasmaMail Web App
Access your email on the Phantasma network everytime everywhere!
## Setup
Copy `.env.example` to `.env` and fill it in.
Install `rvm`/`rbenv`, `ruby 2.4.2` and `bundler`. Then run `bundle install`.
Install `nodejs`, `npm` and run `npm install`, and install browserify globally for your version of node: `npm install -g browserify`.
Run `browserify app/javascript/phantasma.js -o app/assets/javascripts/bundle.js` after changing the `phantasma.js` file.
## Run server
`bundle exec rails s` or `bundle exec rackup`