/technology-watch

A tool made to store interesting articles

Primary LanguageRuby

Technology watch

This project was design in order to store, tidy and organize links found during my technological watch.

Sign up and try here

preview

Feel free to suggest improvements by creating an issue.

Be indulgent with the server latency because it is free. So it sometimes hibernate when there is no usage for a long time 🙂

Run locally

Clone or download the repository.

bundle
yarn install

On two separate terminal

For the server

bundle exec rails server

and

For the transpilation

./bin/webpack-dev-server