Basically, it's a blog with personal website for food journalist and antropologist - Pożywka, but it also includes some cool features. Enjoy!
Tech | Description |
---|---|
TypeScript | Static type-checking programming language |
Next.js 13 | The React Framework for Production |
React | Library for building user interfaces |
PWA | Progressive Web Apps |
Github Actions | Automations for workflow improvements |
Supabase | Open source database |
React Hook Form | Forms with easy-to-use validation |
SCSS | CSS with superpowers |
CSS Modules | Styles convention in React |
Zod | TypeScript-first schema validation with static type inference |
Husky | Git hooks |
ESLint | TypeScript linting |
Prettier | Code formatter |
git clone https://github.com/Bartek532/pozywka.pl.git
pnpm install
cp .env-sample .env.local # set up environment variables
pnpm start