A personal blog webpage. This is a Next.js project bootstrapped with create-next-app
.
Use nix-shell to create a node environment.
nix-shell shell.nix
Install dependencies:
npm install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:33333 with your browser to see the result.