A Web Developer
**Run the site locally. I'm using Node v18.18.0
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/bobarros/bruno-app-router.git
cd into the directory
cd bruno-app-router
install all the dependencies
yarn install
or
npm install
Then start the development Server
yarn dev or npm run dev
After running the development server the site should be running on https://localhost:3000
A quick look at the folder structure of this project.
├── app
├── components
├─── page name
├── content
├── public
├───fonts
├───img
└───pdf
└───svg
├── styles
└── svg
1. Next.js
2. Typescript
Components directory have both typescript and js files.
Feel free to tell me about errors or improvements.