Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcisbee/bunga
Bunga
https://github.com/marcisbee/bunga
Last synced: about 2 months ago
JSON representation
Bunga
- Host: GitHub
- URL: https://github.com/marcisbee/bunga
- Owner: Marcisbee
- Created: 2021-11-11T16:46:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T19:03:15.000Z (almost 3 years ago)
- Last Synced: 2024-04-28T03:33:55.663Z (8 months ago)
- Language: TypeScript
- Homepage: https://bunga-marcisbee.vercel.app
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:------------------------------------------|:----------------------------------------------------------|
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run test` | Runs all unit/integration tests with `uvu` |
| `npm run lint` | Runs eslint for all `.ts/.tsx` files |
| `npm run types` | Runs typescript type check for all project |
| `npm run generate component cool-name` | Generates new component to `./src/components/cool-name/` |
| `npm run generate feature cool-name` | Generates new component to `./src/features/cool-name/` |