Skip to content

samelliottdlt/website

Repository files navigation

website

This is a personal Next.js site that houses my side projects.

Getting Started

Install dependencies:

npm install

Start a development server with hot reload:

npm run dev

Building

Before building, linting runs automatically. To create a production build:

npm run build

Run the production server after building:

npm run start

Code Quality

Check lint rules:

npm run lint

Validate formatting with Prettier:

npm run prettier

Automatically fix formatting issues:

npm run prettier:fix

Testing

Run the Jest test suite:

npm test

Debug tests with the Node inspector:

npm run test:inspect

About

I put a lot of random side projects here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •