Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonknittel/simonknittel.de
- Owner: simonknittel
- License: mit
- Created: 2023-04-14T13:22:11.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T17:15:37.000Z (9 days ago)
- Last Synced: 2024-10-29T18:42:42.556Z (8 days ago)
- Topics: bun, nextjs, tailwindcss, terraform, typescript, zod
- Language: TypeScript
- Homepage: https://simonknittel.de
- Size: 13.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)