This repo contains the code for our JavaScript International Conference site hosted here: https://jsheroes.io The site is built on top of Next.js.
Copy the repo in the current folder:
git clone [email protected]:jsheroes/jsheroes.io.git .Install dependencies
npm iCopy config.example.js into config.js and put there your own settings and launch the server:
npm run dev