Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 855 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 855 Bytes

Contribute to Solid.js

Prerequirements

Usage

Installation

pnpm install

Run development environment

We can run our back-end + our front-end app with:

pnpm dev

You can now access the app via http://localhost:3000 and the API at http://localhost:8000

Good to know

The project rely on Redis to cache Github API response on the server. This prevent to reach the limit but can also be an issue if working on the back-end.

You can flush Redis cache to fetch fresh data with:

pnpm cache:clear