https://github.com/note89/vim-tip-of-the-day
Get one tip a day to improve your skills slow and steady
https://github.com/note89/vim-tip-of-the-day
Last synced: 9 months ago
JSON representation
Get one tip a day to improve your skills slow and steady
- Host: GitHub
- URL: https://github.com/note89/vim-tip-of-the-day
- Owner: note89
- Created: 2017-04-18T11:59:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T12:14:07.000Z (about 9 years ago)
- Last Synced: 2025-04-12T16:18:08.833Z (about 1 year ago)
- Language: Elm
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim tip of the day
*The idea is to have a website that shows one and only one vim tip a day.
Learn one thing a day and you will soon be masterful!*

## Todo
* users can add new tips
* get streak for visiting the site many days in a row
* rate tips
## Install and run
* `npm install -g json-server elm`
* `json-server --watch db.json`
* `elm reactor`
* go to `localhost:8000/Main.elm`
* Become a vim wizard
* Profit
### PS
For now it randomizes a tip on refresh but this should be removed.
#### note
one way of adding tips would be to just take in PRs on github.
then host 'vim tip of the day' as a static site.