Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heiso/uwu-stack


https://github.com/heiso/uwu-stack

remix-stack

Last synced: 3 months ago
JSON representation

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