Skip to content

LockedUp-Coders/nostalgify

Repository files navigation

Nostalgify

Build Status codecov GitHub GitHub top language GitHub last commit GitHub repo size

Running it locally

Install the packages using npm install

Run the server: npm run server

Run the linting checks: npm run lint

Run the tests: npm run test