Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Jan 28, 2024
1 parent e50d424 commit 8de9b42
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@ The database seed script creates a new user with some data you can use to get st
- Email: `[email protected]`
- Password: `passw0rd`

### E2E Testing

```sh
pnpm e2e-test --ui --skipInstall
```

## 🐳 Build Container

```sh
pnpm docker:build
```

```sh
# Run API Docker container in foreground
docker run --rm -it -p 3000:3000 --name remix-start --env-file .env remix-start
```

## 🚀 Deployment

[Read the guide](./DEPLOY.md) to learn how to deploy this project.
Expand All @@ -70,12 +87,12 @@ this project. It's recommended to get TypeScript set up for your editor and inst
plugin (like the [VSCode Prettier plugin](https://s.id/vscode-prettier)) to get auto-formatting
on saving and get a really great in-editor experience with type checking and auto-complete.

## Thanks to...
## 🙏 Thanks to...

In general, I'd like to thank every single one who open-sources their source code for their
effort to contribute something to the open-source community. Your work means the world! 🌍 ❤️

## License
## 📝 License

This project is open-sourced software licensed under the [MIT license](./LICENSE).

Expand Down

0 comments on commit 8de9b42

Please sign in to comment.