https://github.com/heiso/uwu-stack
https://github.com/heiso/uwu-stack
remix-stack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heiso/uwu-stack
- Owner: heiso
- Created: 2023-10-13T23:04:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T07:12:26.000Z (about 1 year ago)
- Last Synced: 2025-04-04T11:51:16.409Z (9 months ago)
- Topics: remix-stack
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UwU Stack ยท 
## Install and first run
```bash
npm i
cp .env.tpl .env
npm run up
npm run reset-database
npm run log
```
Then go to http://localhost:3000
## DevEnv actions
Start
```bash
npm run up
```
Show logs
```bash
npm run log
```
Stop
```bash
npm run down
```
Restart
```bash
npm run restart
```
Truncate Database, Migrate and apply seeds
```bash
npm run reset-database
```
Run Lint
```bash
npm run lint
```
Run tests
```bash
npm run test
```
## TODO
- โ
...Done
- โ๏ธ ...In Progress
- ๐จ ...Bug
- ๐ง ...Improvment
- full sqlite option
- redis/postgres option
- auth flow
- ui