Using Next.js
# install dependencies
$ npm install
# env config
$ cp .env.example .env
# serve with hot reload at localhost:7002
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateYou can find the license for this code in the LICENSE file.