Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonknittel/simonknittel.de


https://github.com/simonknittel/simonknittel.de

bun nextjs tailwindcss terraform typescript zod

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# simonknittel.de

## Technologies

- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vercel](https://vercel.com/)
- [Terraform](https://www.terraform.io/)
- [Zod](https://github.com/colinhacks/zod)
- [Bun](https://bun.sh/)

## Usage

### Requirements

- [nvm](https://github.com/nvm-sh/nvm)

### Setup

1. Configure environment variables by duplicating `app/.env.example` to `app/.env` and filling in the blanks.
2. Install required Node.js version: `cd && nvm use`
3. Install dependencies: `npm ci`
4. Run the app: `npm run dev`
5. Access the app at:

## License

See [LICENSE](./LICENSE)