https://www.figma.com/file/ATjrFqNEj88TnwYbPRgEny/Finalised-Website-Prototype?node-id=0%3A1
- run the following to install all the pkgs and files
$ npm i
- to run the server on your localhost
$ npm run dev
- NextJS 13 (Beta version, https://nextjs.org/blog/next-13)
The main thing different is the [New app Directory (Beta], ctrl-f in website to understand how it works)
- TailwindCSS (https://tailwindcss.com/docs/guides/nextjs)
- DaisyUI (Component pack compaitible with TailwindCSS)