https://github.com/numtostr/vim-beginnings
https://github.com/numtostr/vim-beginnings
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/numtostr/vim-beginnings
- Owner: numToStr
- Created: 2022-06-15T11:17:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T08:31:17.000Z (about 2 years ago)
- Last Synced: 2025-01-16T17:54:22.311Z (5 months ago)
- Language: CSS
- Homepage: vim-beginnings.vercel.app
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
This project uses [`pnpm`](https://pnpm.io)
### Installing dependencies
```
pnpm install
```### Running
```
pnpm dev
```### Building
```
pnpm build
```