Live preview

natur.ally

Tech Stack

  • React
  • Typescript
  • Next.js
  • TailwindCSS
  • Vitest
  • Playwright

Getting Started

  1. Install pnpm globally
npm install -g pnpm
  1. Install dependencies
pnpm install
  1. Run the development server:
pnpm run dev

Testing

Unit tests are written with vitest:

pnpm run test

E2E tests are written with playwright:

pnpm run test:e2e

pnpm run est:e2e:ui - ui mode

Available Scripts

Linting

pnpm run lint

Formatting

pnpm run format:check
pnpm run format:fix

Building

pnpm run build

Running

pnpm run start