https://github.com/crudh/vim-how
Vim command search and navigation PWA
https://github.com/crudh/vim-how
docs documentation help nextjs react vi vim
Last synced: 9 months ago
JSON representation
Vim command search and navigation PWA
- Host: GitHub
- URL: https://github.com/crudh/vim-how
- Owner: crudh
- License: apache-2.0
- Created: 2020-08-30T13:59:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T08:26:39.000Z (over 2 years ago)
- Last Synced: 2025-01-07T15:21:40.038Z (over 1 year ago)
- Topics: docs, documentation, help, nextjs, react, vi, vim
- Language: TypeScript
- Homepage: https://vim.how
- Size: 1.48 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [vim.how](https://vim.how)
This is a searchable catalog of vim commands organized by category. It's built as a PWA that works offline.
It is built using React, Next, TypeScript, Tailwind and hosted on Vercel.
## Getting Started
Install all dependencies:
```
npm i
```
## Run in development mode
```
npm run dev
```
And go to [http://localhost:3011/](http://localhost:3011/)
## Preview production mode
```
npm run preview
```
And go to [http://localhost:4011/](http://localhost:4011/)
This will build the production bundle and run the server in production mode. But it will use port 4011 so the service worker doesn't interfer with the dev mode (which runs without a service worker).