https://github.com/matronator/wakatime-github-stats
Show wakatime stats on GitHub's Readme.md on your profile
https://github.com/matronator/wakatime-github-stats
Last synced: 19 days ago
JSON representation
Show wakatime stats on GitHub's Readme.md on your profile
- Host: GitHub
- URL: https://github.com/matronator/wakatime-github-stats
- Owner: matronator
- License: mit
- Created: 2023-05-17T19:00:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T00:21:40.000Z (about 3 years ago)
- Last Synced: 2025-10-12T02:32:47.746Z (10 months ago)
- Language: JavaScript
- Homepage: https://wakatime-github-stats.vercel.app
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vite-project-starter
## Table of Contents
- [Table of Contents](#table-of-contents)
- [About ](#about-)
- [Installing ](#installing-)
A minimal starter template for Vite projects. This template includes:
- [Vite](https://vitejs.dev/)
- [pnpm](https://pnpm.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [PostCSS](https://postcss.org/)
- [Bootstrap](https://getbootstrap.com/)
Run the following commands to get started:
```
pnpm dlx degit matronator/vite-project-starter#main my-project
```
Or click on the "Use this template" button on the GitHub page.
Then run the following commands to install dependencies and start the development server:
```bash
cd my-project
pnpm install
pnpm run dev
```