Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.02 KB

IIT Patna Placement Portal - Backend

iitp-placement-portal-backend

Running in development

npm run develop
# or
yarn develop

start

Start with autoReload disabled. Learn more

npm run start
# or
yarn start

build

Build strapi's admin panel. Learn more

npm run build
# or
yarn build

⚙️ Deployment

Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.