Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VITE_NEXT_PUBLIC_API_URL=''
VITE_AWS_REGION=''
VITE_TABLE_NAME=''
VITE_COMPANIES=''
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gitignore
Thumbs.db

.env*
!.env.example
# vercel
.vercel

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ This is a tool to generate and send emails to data brokers to remove your detail
## Deploy Your Own

It's open source so you can deploy and run it yourself if you wish.

1. Run `yarn install`
2. Create env file using the example
3. Run `yarn run dev` for the development server