Adds support for Netlify 1-Click deployment, adds main script to package.json, updates name and adds docs

This commit is contained in:
Alicia Sykes
2021-06-11 21:28:27 +01:00
parent 28650b7e6d
commit 089ac04f79
4 changed files with 53 additions and 9 deletions

View File

@@ -71,6 +71,13 @@ You will need both [git](https://git-scm.com/downloads) and the latest or LTS ve
After making changes to your configuration file, you will need to run: `yarn build` to rebuild.
#### Deploy to the Cloud
Dashy supports 1-Click deployments on several popular cloud platforms (with more on the way!). To get started, just click a link below:
- [Deploy to Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/lissy93/dashy)
- [Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/Lissy93/dashy)
- [Deploy with PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml)
---
## Configuring 🔧