https://github.com/learn-anything/old-learn-anything.xyz
https://github.com/learn-anything/old-learn-anything.xyz
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learn-anything/old-learn-anything.xyz
- Owner: learn-anything
- Created: 2024-07-15T14:57:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:01:57.000Z (about 2 years ago)
- Last Synced: 2024-11-13T01:18:42.442Z (over 1 year ago)
- Language: TypeScript
- Size: 6.32 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Old Learn Anything
This is most recent archived version of LA. It's using Jazz but it has code using Remix and also has code for mobile app.
As focus of LA now is to make web version work well, it's here for reference as the code in [github.com/learn-anything/learn-anything.xyz](https://github.com/learn-anything/learn-anything.xyz) is made work well.
## Setup
[Bun](https://bun.sh) is used to run/install things.
```
bun i
```
We use [Jazz](https://jazz.tools/) for all global/local state management.
> [!NOTE]
> Things are still being worked on, but you can try run website, ask for help on [Discord](https://discord.gg/bxtD8x6aNF) if something is failing
```
bun setup
```
## Run website
```
bun web
```