Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offeex/poebat-frontend
i gotta log guys
https://github.com/offeex/poebat-frontend
Last synced: 1 day ago
JSON representation
i gotta log guys
- Host: GitHub
- URL: https://github.com/offeex/poebat-frontend
- Owner: offeex
- Created: 2023-11-19T09:39:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T13:52:18.000Z (about 1 year ago)
- Last Synced: 2024-11-18T14:37:02.581Z (2 months ago)
- Language: Vue
- Homepage: https://poebat-frontend.vercel.app
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poebat.today - based IT courses for beginners/rookies
[poebat.today](https://poebat.today)
## Setup
```bash
bun install
```## Development Server
Start the development server on `http://localhost:3000` y'know:
```bash
bun run dev
```## Production
Build the app:
```bash
bun run generate
```Locally preview production build (but we don't care):
```bash
bun run preview
```