This repository contains solutions to several home assignments. Each resides in its own branch and has its own deployment. See main branch's README for all links or their respective READMEs for more relevant information.
- https://homework.qwerty.art/
- Exodus https://exodus.qwerty.art/
- Watr https://watr.qwerty.art/
- Insomnia https://insomnia.qwerty.art/
This is a Next.js project bootstrapped with create-next-app
.
First, install dependencies and get environment variables from example file.
pnpm install
Then run the development server:
pnpm dev
Get your free Alchemy API key https://dashboard.alchemy.com/apps/excputcq0ik8e7a1/setup and addit to .env.local
file. (Copy .env.sample
and rename it to .env.local
)