Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 314 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 314 Bytes

Old jsheroes.io

This repo contains the old codebase for jsheroes.io, back when it was built with next.js

Installation

Copy the repo in the current folder:

$ git clone git@github.com:jsheroes/jsheroes.io.git .

Install dependencies

$ npm ci

Run project

$ npm run dev