The official website of GitHub Campus Experts India.
- User profiles for Indian campus experts.
- A dedicated blog for campus experts in India.
To add your own profile to the website or write a post on the blog, follow the instructions given in the wiki:
Using Node.js v15.x is recommended. Start the development server using:
npm startThe website will be running on http://localhost:8080/.
To generate the static build, use:
npm run buildThe built website will be available inside the build directory. You may
deploy it on any static web server.
⚠ Note: React BrowserRouter is extensively used in the website, so make sure to redirect all 404 requests to
index.htmlwhile retaining the route(s).
