Skip to content

404md/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

www

This repository stores the code and data for www.404.md

Frontend

404.md's frontend is build on top of Web-boost static site generator.

Backend

404.md's backend is build on top of Serverless Framework (AWS provider).

Deployment

Prerequisites

Build & deploy

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, available dev and master
(aws-profile) optional, default none