Stocast displays a feed of stochastic content generated from Project Gutenberg texts.
Stocast depends on a backend API component that provides pre-processed data, the source of which can be found in the backend repository.
Make sure to install Node.js and npm before continuing.
- Clone the repo:
git clone https://github.com/rhf104/stocast - Change directory:
cd stocast - Install dependencies:
npm install - Run
ionic serveand navigate to the local dev server athttp://localhost:8100/
