You can see project from Here
- Next.js 13
- React 18
- Prettier — To format the code according to specific guidelines
- Tailwind — To alternate css tags to classNames
- Absolute Import and Path Alias — Components to import with @/ prefix
git clone https://github.com/cydexx/travis-scott-website.git
npm i
#or
yarn
npm run dev
#or
yarn dev