Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onebeyond/git-pills
Git Pills
https://github.com/onebeyond/git-pills
git pill vite vitepress vue
Last synced: 3 days ago
JSON representation
Git Pills
- Host: GitHub
- URL: https://github.com/onebeyond/git-pills
- Owner: onebeyond
- License: mit
- Created: 2021-02-08T10:07:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T11:23:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T23:53:10.446Z (6 months ago)
- Topics: git, pill, vite, vitepress, vue
- Homepage: https://onebeyond.github.io/git-pills/
- Size: 303 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Git Pills
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
## Install
`yarn`## Dev
`yarn dev`Serve the site in the local server.
## Build
`yarn build`Command to build the project, placed at `.vitepress/dist`.
## Serve
### Testing the project locally.
`yarn serve`Once you've built the project, you may test them locally by running `yarn serve` command.
```
$ yarn build
$ yarn serve
```
The serve command will start a local static web server that serves the files from `.vitepress/dist` at http://localhost:5000.
It's an easy way to check if the production build looks OK in your local environment.## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Jorge Baumann
💻 🚇 🎨 🖋
Jesus Sabroso
🖋
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!