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

https://github.com/wtchnm/edgie

Modern starter template
https://github.com/wtchnm/edgie

Last synced: 11 months ago
JSON representation

Modern starter template

Awesome Lists containing this project

README

          

# Edgie

Modern starter template using:

- Solid and Solid Router
- TailwindCSS
- Vite
- Biome
- Bun
- Typescript
- Zed

## Installation

Clone the repository and install the dependencies: `bun i`.

## Commands

```bash
bun dev # dev server
bun build # build for production
bun preview # preview production build
bun validate # run tsc and biome to lint and format
```