This repository contains all of the code for the namehashlabs.org website. The website is built using Next.js, and is deployed to Vercel.
You must clone the full monorepo and install dependencies with PNPM before you can run it locally:
git clone https://github.com/namehash/namekit.git
pnpm install
(run from the root directory of the monorepo)cd apps/namehashlabs.org
- Configure environment variables. Members of the NameHash Labs team on Vercel should use the Vercel CLI to run the following commands. Otherwise you must manually configure the required environment variables (see .example.env for details).
vercel link
to attach the local environment with the Vercel project.vercel env pull
to fetch the required environment variables from Vercel.
pnpm dev
This repository is connected to the Vercel project namehashlabs-website
, and any pull request automatically receives a preview environment. When a PR is merged to the main branch, the production instance is automatically updated.
Licensed under the MIT License, Copyright © 2023-present NameHash Labs.
See LICENSE for more information.