Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

FOSS-Community/fosscu-conference

Repository files navigation

conference

Python Local Conference, hosted by Python Delhi User Group (Pydelhi).

Process to Setup

To install this project

npm install

To run the server

npm run start

To build the app

npm run build

Additional commands:

To lint the codebase

npm run lint

To Start the Application by Docker Run these Commands one by one

1) docker pull shivamkumar28dec/foss-conference
2) docker run -p 5173:5173 shivamkumar28dec/foss-conference