Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiso/uwu-stack
https://github.com/heiso/uwu-stack
remix-stack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heiso/uwu-stack
- Owner: heiso
- Created: 2023-10-13T23:04:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T07:12:26.000Z (3 months ago)
- Last Synced: 2024-10-20T06:22:56.961Z (3 months ago)
- Topics: remix-stack
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UwU Stack ยท ![logo](./public/favicon-32x32.png)
## 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