Skip to content

cxntered/website

Repository files navigation

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