Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.33 KB

File metadata and controls

38 lines (25 loc) · 1.33 KB

Web3 Home assignments

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.


This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, install dependencies and get environment variables from example file.

pnpm install

Then run the development server:

pnpm dev

environment vartiables

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)

Troubleshooting

  • 🚨 Cannot find module 'postcss-load-config' or its corresponding type declarations. @ postcss.config.mjs
    👉 Install tsx package.