Skip to content

jsheroes/old-jsheroes.io

Repository files navigation

jsheroes.io

This repo contains the code for our JavaScript International Conference sitehosted here: http://jsheroes.io The site is built on top of Next.js.

Build Status

Installation

Copy the repo in the current folder:

git clone git@github.com:cluj-javascripters/jsheroes.io.git .

Install dependencies

npm i

Copy config.example.js into config.js and put there your own settings and launch the server:

npm run dev