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

https://github.com/nirnejak/bitwise-builder

Bitwise Builder Website
https://github.com/nirnejak/bitwise-builder

Last synced: over 1 year ago
JSON representation

Bitwise Builder Website

Awesome Lists containing this project

README

          


Bitwise Builder Website

Inspiration - https://stackerhq.com/features/team-workspace

---

## Available Scripts

**Install Dependencies**

```bash
bun install
```

**Setup Pre-commit**

```bash
bun run prepare
```

**Start Development Server**

```bash
bun run dev
```

**Lint all the files**

```bash
bun run lint
```

**Format all files with Prettier**

```bash
bun run format
```

**Check TypeScript issues**

```bash
bun run type-check
```

**Build for Production**

```bash
bun run build
```

**Start Production Server**

```bash
bun start
```

---