Required:
$ git clone https://github.com/re_doubt/landing.git
$ cd landing
$ yarn
$ yarn devThe site is now running at http://localhost:3000!
Open the source code and start editing!
The app is written in React and NextJS.
The files/folder structure are a WIP and may contain some unused files. The project is rapidly evolving so please update this section if you see it is inaccurate!
./
├── app/ // App logic page
├── components/ // Reusable individual components
├── hooks/ // Custom hooks with common logic
├── pages/ // Page structure
└── public/ // Static assets