Mix of Create Next App (App Router) with set of reusable components and utilities to build professional SEO friendly websites.
- Clone the repository
 - Run 
npm ito install all dependencies - Copy 
.env.exampleto.envor.env.localand set all required environment variables - Find all 
TODO:in the code and follow the instructions - Run 
npm run devto start the development server - Add your own pages to the 
/src/appfolder - Run 
npm run buildto build the application intooutfolder - Host the content of the 
outfolder anywhere you want. 
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Checks the code for errors and missing things
Formats the code according to ./prettierrc.js config
Launches the test runner in the interactive watch mode.
Builds the app for production or local development to the .next folder.