Skip to content

adrijshikhar/adrijshikhar.github.io

Repository files navigation

Portfolio

Build Build and Deploy CodeQL

Setup

  • Install nvm
  • Run nvm install to set the node version mentioned in .nvmrc
  • Run corepack enable to enable yarn shipped by node
  • Run yarn dev to start development

Deployment

  • Copy .env.example to .env and specify port
  • Spin up container using docker-compose up -d

CLI Commands

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# test the production build locally
yarn serve

# run tests with jest and enzyme
yarn test

For detailed explanation on how things work, checkout the CLI Readme.