DEV to Sapper Portfolio/Personal blog generator
You can check out the deployed Sapper app at https://blog.shriji.xyz/
Note: Following these steps will result in charges for the use of DigitalOcean services
Requirements
- You need a DigitalOcean account. If you don't already have one, you can sign up at https://cloud.digitalocean.com/registrations/new
Development and Forking
Fork/clone this repo and create a new .env
file with variables in the provided .envsample
.
npm install
#yarn install
#develop like any other Sapper app
Issues and PRs are welcome :)
Deploying the App
Click this button to deploy the app to the DigitalOcean App Platform.
Note: Once you begin to deploy there is a step where you need to supply your environment variables check .envsample
for the format
Making Changes to Your App
As long as you left the default Autodeploy option enabled when you first launched this app, you can now make code changes and see…