Skip to content

DnSClub/dns-stormhacks-2025

Repository files navigation

⚡ Hack Ready Web Dev Workshop Demo

🧰 Prerequisites

Please install and set up before the workshop:


🛠️ Setup Instructions

1. Clone the repository

git clone https://github.com/YOUR_USERNAME/hack-ready-workshop-starter.git
cd hack-ready-workshop-starter

2. Use Node.js 18

nvm use 18

3. Install dependencies

npm install

🔐 Environment Variables

Create a file called .env.local in the root of your project.

Copy the contents from .env.dev into .env.local using:

cp .env.dev .env.local

Open .env.local and replace the placeholder values with your actual keys:

GOOGLE_GENERATIVE_AI_API_KEY=your-google-api-key-here

Note: Your Google API key can be generated at: Google AI Studio

Important: All environment variables must start with NEXT_PUBLIC_ for Next.js to expose them to the frontend.

▶️ Run the Development Server

Start the app locally with:

npm run dev

Visit http://localhost:3000 in your browser.

About

Hack Ready Web Dev Workshop Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages