This project mainly uses
- Reactjs - A JavaScript library for building user interfaces.
- Nextjs - Next.js is a lightweight framework for static and server‑rendered React applications.
We welcome pull requests from beginners and seasoned JavaScript developers alike! You can work on open issues, fix bugs, file issues etc.. Be sure to read our contributing guide. Contributions of any kind are welcome.
- You must have Nodejs and NPM installed on your computer.
- You need to configure proxy for npm (if your network uses a proxy server) -
- npm config set https-proxy
http://username:password@proxy_address:port
- npm config set proxy
http://username:password@proxy_address:port
- npm config set https-proxy
- In the project directory run
npm install
to install the dependencies. - Run
npm run dev
to start the development server. - Run
npm run export
to build the static project files in./out
directory.Run this command before creating any PR to check whether all files are built properly, although there is an automated build check for every PR.