Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 711 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 711 Bytes

Documentation for Next.js Bootstrap sections and components

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.

How to use

  1. Clone the repository to the local device.
  2. Run
git remote add origin https://github.com/USER/REPO>.git
git push origin main
  1. Run npm install, and npm run dev in your local machine.
  2. See the file ./pages/index.js to check all the pre build code/section.
  3. Change the static props data as needed and delete all the un necessary files from ./views/....