https://github.com/normalnvim/normalnvim.github.io
A normal webpage for a normal Neovim distribution
https://github.com/normalnvim/normalnvim.github.io
Last synced: 4 months ago
JSON representation
A normal webpage for a normal Neovim distribution
- Host: GitHub
- URL: https://github.com/normalnvim/normalnvim.github.io
- Owner: NormalNvim
- License: mit
- Created: 2024-08-06T18:07:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T13:05:32.000Z (over 1 year ago)
- Last Synced: 2024-12-30T22:31:01.381Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://normalnvim.github.io/
- Size: 23.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NormalNvim.github.io
Documentation site for [NormalNvim](https://github.com/NormalNvim/NormalNvim), built with [Docusaurus](https://docusaurus.io/).
## Development
Install dependencies:
```
pnpm install
```
Start the development server:
```
pnpm start
```
The `start` command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Credits and license
This docusaurus website uses the [MIT](https://github.com/yazi-rs/yazi-rs.github.io/blob/main/LICENSE) [page](https://github.com/yazi-rs/yazi-rs.github.io) of the Yazi project as initial template. We are gonna add our branding over time. Copyright (c) 2023 yazi-rs.
[MIT](LICENSE)