Skip to content

MNNIT/Avishkar

Repository files navigation

Join discord server styled with prettier

About

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.

Contributing

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.

Viewing the project locally

  • 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
  • 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.