Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 9, 2023
1 parent 470a11f commit c9bb9ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ dist/
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ To develop Dub locally, you will need to clone this repository and set up all th
Once that's done, you can use the following commands to run the app locally:

```
yarn
yarn build
yarn dev
pnpm i
pnpm build
pnpm dev
```

We're planning to add a proper, well-documented self-hosting guide for Dub soon – stay tuned!
Expand All @@ -62,8 +62,9 @@ We're planning to add a proper, well-documented self-hosting guide for Dub soon
- [PlanetScale](https://planetscale.com/) – database
- [NextAuth.js](https://next-auth.js.org/) – auth
- [BoxyHQ](https://boxyhq.com/enterprise-sso) – SSO/SAML
- [Vercel](https://vercel.com/) hosting
- [Turborepo](https://turbo.build/repo) monorepo
- [Stripe](https://stripe.com/) – payments
- [Vercel](https://vercel.com/) – deployments

## Contributing

Expand Down

0 comments on commit c9bb9ed

Please sign in to comment.