This is the repo for the Algo Book by Developer Student Club, TIET, Patiala, Punjab.
1. Clone the repository
2. npm i or yarn install
3. npm start
-
Dev frontend server (no SSR or api server)
npm run dev (all axios requests are proxied to 'http:localhost:${process.env.SERVER_HOST}/api')(configured in webpack.development.js)
-
Dev backend server (only api server)
npm run dev:server (make sure there is a .env.dev file with server=true and SERVER_PORT set)
-
Prod build
npm run prod
-
Run linter
npm run lint
-
Run prettier
npm run format
-
Start Server and Use SSR
npm start
As a community driven project, we welcome contribution from everyone, but before you contribute please go through our Contribution Guidelines.
All feedback and suggestions are welcome!
- 💬 Join the community on Discord
Thanks goes to these wonderful people (emoji key):
Rishabh Jain 🎨 📖 🚧 |
Aryaman Grover 🎨 📖 🚧 |
Ujjwal Agarwal 📖 🚧 🎨 |
Pranav Vidyarthi 🖋 📖 |
Pranav Aggarwal 🖋 📖 |
Priyanshu Sunadia 🖋 📖 |
shivom chawla 🖋 📖 |
Rishi Kumar 🖋 📖 |
DakshKK 🖋 📖 |
Jay Parmani 🚇 |
akgupta-47 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!