Skip to content

w3hc/w3hc-nextjs-boilerplate

 
 

Repository files navigation

W3HC Next.js Boilerplate

A variant of Nexth boilerplate for hackathons and quick prototyping.

Features

Install

pnpm install

Run

Create a .env on the model of .env.template:

cp .env.template .env

Add your own keys in your .env file, then:

pnpm dev

Build

pnpm build

Gitcoin passport

If you want to use Gitcoin Passport, uncomment line 26 in the components/layout/Header.tsx file.

Support

You can contact me via Element, Telegram, Twitter, Discord, or LinkedIn.

Credits

Nexth boilerplate was built by wslyvh and others.

Releases

No releases published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%