A Next.js app to manage env files stored in S3 buckets. It has following features
- CRUD for enviroment variables
- Google Auth and ACL for permission management
- Maintains update history of each file
$ git clone [email protected]:anku255/env-editor.git
$ cd env-editor
$ yarn install
$ yarn dev