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

https://github.com/calitb/calitbdev

Site build with NextJS14 and tailwind
https://github.com/calitb/calitbdev

nextjs tailwindcss

Last synced: 3 months ago
JSON representation

Site build with NextJS14 and tailwind

Awesome Lists containing this project

README

          

# calitb.dev

Personal site.

## Scripts

Copy the `.env.local.example` file provided in the codebase and rename as `.env`.

To start the development server with hot reloading on `http://localhost:3000`:

```bash
yarn dev
```

### Linter

```bash
yarn lint
```