CORE static website pages on React and Next.js
The project requires having Node.js and Yarn package manager.
As soon as everything is set up, run:
yarn install # to install all dependencies
yarn dev # to build dev-version of the project and start simle server
Open localhost:3000 to preview.
Well done!