This project is landing page of offcom.
Here are the steps you need to follow to install the dependencies.
After that cd into the template directory then run this command to install all the dependencies
npm install
Now run this command to start the developement server
npm run dev
If you want to run the this project in production mode, you have to follow the following step. If you build this project, it isn't static app.
npm run build
npm start