consoledotdev / home

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

Home Page:https://console.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://console.dev


Languages

Language:MDX 69.9%Language:TypeScript 24.7%Language:SCSS 4.1%Language:JavaScript 1.1%Language:CSS 0.2%Language:Shell 0.0%