Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 775 Bytes

jsheroes.io

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.

Build Status

Sonarcloud Status

Installation

Copy the repo in the current folder:

git clone [email protected]:jsheroes/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