# Overview

With Phase 0 completed, the only way to run Storm is by running it locally.

To do this, it's recomtmended to have some knowledge of Rails. However, to ease the process, I've developed a setup command that should cover the base of what's needed.

### Steps to run the project

* Clone the project locally
* Run `bin/setup`
* Build historical rates with `rails historic_rate:build`
* Run the project with `overmind start -f Procfile.dev`
* You can monitor every separate process by running `overmind connect web`

### Notes

If running `rails historic_rate:build` while running the server fails there is no problem with that. Simply restart the historic\_rate task since it is idempotent.&#x20;

It might fail since the server schedules a job to get prices for each token hourly and the task is not prepared to share the rate limit to coin gecko.
