Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 389 Bytes

File metadata and controls

30 lines (23 loc) · 389 Bytes

M4XDEV.com

Personal website with the goal of being a joy to work on with minimal maintenance.

Project setup

  1. Install dependencies
$ pnpm install
  1. Copy example env file
$ cp .env.example .env

Running the project

# Development
$ pnpm dev

# Production
$ pnpm start

Development notes

  1. Verifying types
$ pnpm types:check