cxntered's personal website.
Node.js: For running the website (v18 or higher)Yarn: For installing dependencies (corepack enable)
# Install dependencies
$ yarn install
# Run the development server
$ yarn dev
# Build the website
$ yarn build
# Start the website
$ yarn start# 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