The webite has been developed using Gatsbyjs, which is a React-based open source framework with performance, scalability and security built-in.
The original code was Developed and Tested with Visual Studio 2019 on Windows OS.✔
- Code Editor
- NodeJs | npm
- ReactJs
-
Run
npm install
, this should install all the dependencies required in to run the website 💻
IF YOU GET ERROR THAT SAYS GATSBY IS NOT INSTALLED THEN - RUN - npm install -g gatsby-cli
-
Run
gatsby develop
, to run the website in development mode onhttp://localhost:8000/
💻 -
To build the website - Run-
gatsby build
💻