Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 663 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 663 Bytes

cxntered's personal website.

Development

Requirements

  • Node.js: For running the website (v18 or higher)
  • Yarn: For installing dependencies (npm i -g yarn)

Running

# Install dependencies
$ yarn install

# Run the development server
$ yarn dev

# Build the website
$ yarn build

# Start the website
$ yarn start

Other Commands

# Lint the code
$ yarn lint

# Lint the code and fix errors
$ yarn lint:fix

# Format the code
$ yarn format

# Format the code and fix errors
$ yarn format:fix