Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/technology-watch
A tool made to store interesting articles
https://github.com/guillaume-gomez/technology-watch
rails react technology-watch
Last synced: 19 days ago
JSON representation
A tool made to store interesting articles
- Host: GitHub
- URL: https://github.com/guillaume-gomez/technology-watch
- Owner: guillaume-gomez
- Created: 2021-03-11T23:09:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:56:31.000Z (25 days ago)
- Last Synced: 2024-10-22T15:51:31.652Z (24 days ago)
- Topics: rails, react, technology-watch
- Language: Ruby
- Homepage: https://technology-watch.herokuapp.com/
- Size: 3.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technology watch
This project was design in order to store, tidy and organize links found during my technological watch.
[Sign up and try here](https://technology-watch.herokuapp.com/)
[preview](https://github.com/guillaume-gomez/technology-watch/blob/7e1d4b4ccee5b6a7cc81fce3453389739cee9c36/preview.mp4)
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 terminalFor the server
```
bundle exec rails server
```
andFor the transpilation
```
./bin/webpack-dev-server
```