Skip to content

Discover the best tools for developers. Console is a free weekly email digest of the best tools for developers.

Notifications You must be signed in to change notification settings

consoledotdev/home

Repository files navigation

console.dev

The Console website. Built using Next.js.

Setup

Install dependencies

npm ci

Envfile

Create a new .env file in the root and copy the contents of .env-example into it. Fill out the appropriate secret values.

Run the dev server

Option 1

npx next dev

Navigate to http://localhost:3000.

Option 2

Replace XXX.XXX.X.X with your local machine IP:

npx next dev -H XXX.XXX.X.

Navigate to http://XXX.XXX.X.X:3000.

About

Discover the best tools for developers. Console is a free weekly email digest of the best tools for developers.

Topics

Resources

Stars

Watchers

Forks