Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 539 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 539 Bytes

hirad.codes

🚀 Deploy your GitHub README, built with Next.js.

Development

Install Node v16 and Yarn. Then start with the commands below:

# Install NVM (https://github.com/nvm-sh/nvm)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

# Install Node v14
nvm install 14

# Install Yarn
npm install -g yarn

# Install dependencies
yarn install

# Lint
yarn lint --fix

# Start a dev server for local development
yarn dev

# Build for production
yarn build

# Run production build
yarn start