Key Features • How To Setup • Deployment • Contributing
- Setup multiple BOIDs (under development)
- View list of all available IPOs
- Select an IPO and check if it is alloted for all the configured BOIDs
- Uses the open API by CDSC to get the results (iporesult.cdsc.com.np)
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone git@github.com:pragyakar/hamro-ipo.git
# Go into the repository
$ cd hamro-ipo
# Install dependencies
$ yarn or npm install
# Copy .env.sample file to create .env.local file and add values to the env variables
$ cp .env.sample .env.local
# Run in development mode
$ yarn dev or npm run dev
With CI/CD setup, deployment is just one merge away. Merging into respective branches auto deploys the changes using vercel. main
branch is set as production.
I am open to contributions and collaboration so feel free to create a Pull Request or HMU anytime.