Skip to content

serverlessresearch/literatureguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Literature Guide

This Serverless Literature Guide aims to provide an overview of a once-niche field that has grown rapidly.

This is the source code for the web site.

Contribution Guidelines

A project of this nature is out-of-date immediately so we welcome contributions to help keep it updated. Work peer reviewed publications (e.g., ACM or IEEE), as well as preprints that have attracted substantial attention make welcome additions.

Testing Locally

We have found it easiest to use the Jekyll Docker Image during development.

You may use the command:

docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  --publish 4000:4000 \
  jekyll/jekyll \
  jekyll serve

Then open a browser at http://localhost:4000/literatureguide/.

Additional notes Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages