⚡ Build with JavaScript, Next.js, CSS Modules and SASS.
1) npm install to instal all of the needed packages 2) npx next build to make a build of the project 3) npx next start to run the project on localhost:3000
npm install
npx next build
npx next start