In order to speedup the development process of landing pages we are making a collection of the components may require for landing pages or static pages. In repo we will store our code and document it for future use and will update it as requires.
- Clone the repository to the local device.
- Run
git remote add origin https://github.com/USER/REPO>.git
git push origin main
- Run
npm install
, andnpm run dev
in your local machine. - See the file
./pages/index.js
to check all the pre build code/section. - Change the static props data as needed and delete all the un necessary files from
./views/...
.