send a message through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever.
To check it live, go to secret.
OR
To run it locally on your own computer:
- Clone the repository
- Install the dependencies
- Create
.env
file on the root and setAPI=https://getsecret-api.now.sh APP=https://getsecret.now.sh
- Run the project
- Open your browser on https://localhost:3000
- Check our API (private)
$ git clone https://github.com/bukinoshita/secret.git && cd secret && yarn && echo 'API=https://getsecret-api.now.sh APP=https://getsecret.now.sh' > .env && yarn dev
Please see our contributing.md.