open-austin / open-data-progress-report

http://open-austin.github.io/open-data-progress-report/
7 stars 14 forks source link

Launch Checklist #11

Open mateoclarke opened 9 years ago

mateoclarke commented 9 years ago

This checklist is forked from Civic Hackers at Datamade in Chicago... https://github.com/datamade/site-launch-checklist

Framing / Call to Action

Some examples:

Test on various mobile devices:

Using localtunnel to test a site running locally:

  1. npm install -g localtunnel
  2. lt --port 5000 (or replace 5000 w/ whatever port you're using)
  3. navigate to the url that localtunnel gives you

## Load Testing

If your site relies on a database or server-side code, it should use caching and be load tested. If it's a static HTML or Jekyll site, you can skip this section.

- [ ] set up page caching - [ ] write a script to load test all your pages. Here's a good example from Illinois Sunshine

Readme

If the site is open source, make sure the Readme.md is complete and accurate.

Here's a few good examples:

The Readme should have the following sections:

haileypate commented 9 years ago

Wow, this is really great!

Anyone have examples of really great Readme files that we could emulate?