This document serves as a guide to get your local development environment up and running in as little time and headache as possible.
📃 Language: Typescript & React
💻 Framework: NextJS
💅 Styling: Tailwindcss
☁️ Hosting: Vercel
1. An IDE of your choice, VSCode is recommended
2. Node.js (LTS version)
3. A package manager, pnpm is recommended
4. An OpenAI API key
git clone https://github.com/Seth-McKilla/ai-crossword.git
cd ai-crossword
pnpm install
mv .env.example .env
pnpm dev
Navigate to http://localhost:3000 to see the app running in your browser.