Skip to content

Lvl2Pillow/lvl2pillow.github.io

Repository files navigation

lvl2pillow.github.io

Personal website for lvl2pillow.

Architecture & Stack

This project is a React-based Single Page Application (SPA), built using:

Development

To get started with local development:

  1. Prerequisites: Ensure Node.js is installed.
  2. Install Dependencies:
    npm install
  3. Start Development Server:
    npm run dev

Testing

This project uses Vitest for fast unit testing, with React Testing Library for component testing.

To run tests:

npm run test

Available Commands

The following commands are available in the project:

  • npm run dev: Starts the Vite development server.
  • npm run build: Compiles and builds the application for production.
  • npm run lint: Runs ESLint to check for code issues.
  • npm run preview: Previews the production build locally.
  • npm run test: Runs the test suite using Vitest.
  • npm run coverage: Runs tests with coverage report.
  • npm run check: Runs type checking, linting, and tests to verify project health.

About

My website and blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors