ishubham21 / SIH-child

Home Page:sih-child.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

Before making any pull request/commit make sure to run these commands -

  1. To run prettier, maintain code formatting
yarn format 
  1. To run eslint, maintain code style
yarn lint

If there's an error in step 2, try running -

yarn lint:fix

Setting up

yarn install

Running the server

yarn start

See it at localhost:1234

Building the files

yarn build

A /dist folder could be found

About

sih-child.vercel.app

License:MIT License


Languages

Language:JavaScript 61.3%Language:CSS 34.6%Language:HTML 4.2%