Thank you Kevin Canlas for this amazing template ~ I totally just stole this code from him woops
First, run the development server:
npm run dev
# or
yarn devThis gets all our shit in order. Next, we have to install SCSS.
yarn add sass
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.