This is a preconfigured project that uses every feature of Sharyn.
- Download the project
- Duplicate
.env-sample
into.env
- Edit
package.json
(name
,version
,repository
,description
,author
...) - Create a Heroku app and provision it with Heroku Postgres and Heroku Redis
- Add a
SESSION_SECRET_KEY
variable to your Heroku app containing any secret string - Delete the content of this
README.md
file
By default, this project uses Docker (download) and Heroku (download CLI), so make sure you have those installed.
If you don't want to use Docker, delete the docker-compose.yml
file.
If you don't want to use Heroku, delete the Procfile
file.