Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 696 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 ci

Run project

$ npm run dev