Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```