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

recodable/contribute-solidjs

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published