Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 424 Bytes

Lightning Demo App with SolidJS

Getting started

Get an api key from TMDB API and put the key in ui/lightning/api/key.js with export default 'KEY_VALUE'

git clone https://github.com/lightning-js/solid-demo-app
cd solid-demo-app
pnpm i

To run the lightning app:

pnpm start:lightning

To run the web app:

pnpm start:web