Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 969 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 969 Bytes

This is a Next.js project:

  • bootstrapped with create-next-app.
  • using Volta to manage NodeJS and pnpm versions
  • configured for VSCode & format-on-save
    • with Prettier
    • with esLint
  • using MaterialUI and emotion for styling
  • including a stub API route
  • including a stub NodeJS utility

Getting Started

First, install Volta and enable pnpm support via VOLTA_FEATURE_PNPM=1

Second, install dependencies: pnpm install

Third, run the development server:

pnpm dev

Open:

Run pnpm run util to execute src/util nodeJS placeholder