Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phantasma-io/phantasmamail-webapp


https://github.com/phantasma-io/phantasmamail-webapp

Last synced: about 2 months ago
JSON representation

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`