Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1 KB

README.md

File metadata and controls

32 lines (26 loc) · 1 KB

Ostia is a cryptocurrency trading platform that allows you to test and run algorithmic trading strategies.

Getting started

The easiest way to run Ostia is to deploy it to Heroku -- or you can clone the app locally and run it on your machine.

Deploy to Heruoku

Deploy

Or just go to an already deployed version here: https://ostiatrading.herokuapp.com/ (old version here: https://ostrade.herokuapp.com, might take a second for the Heroku dyno to spin up)

Install and run locally on your machine

git clone https://github.com/adamalawrence/Ostia.git

First of all make sure you have Node properly installed. Then...

  1. Install dependencies
npm install
  1. Start application
npm start
  1. Visit the Ostia dashboard on your browser
localhost:3000/