git clone the project, and then open two terminals.
cd into client for one terminal, and server for the other.
for client, npm install.
for server, bundle install.
then in client, npm start.
in server, rails server -b 0.0.0.0 --port 3001
Go to http://localhost:3000/
Create a story, comment on a story, leave feedback, help eachother become better writers.