This repository stores the code and data for www.404.md
404.md's frontend is build on top of Web-boost static site generator.
404.md's backend is build on top of Serverless Framework (AWS provider).
- Amazon Web Services (AWS) account
- AWS Command Line Interface (CLI) configured
- Serverless Framework installed
To deploy, just run:
bash bin/deploy.sh [env] (aws-profile)
In case you'd like to deploy backend part only, switch to backend
directory and run: serverless deploy --[env]
[env] required, default
dev
, availabledev
andmaster
(aws-profile) optional, defaultnone