Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
Remove obsolete info from docs + docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
valueof committed Oct 1, 2017
1 parent 10e018d commit 77499cc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion .dockerignore

This file was deleted.

9 changes: 0 additions & 9 deletions Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,3 @@ data points along the x-axis.
To try Charted out, simply download the repo and run `npm install`
to install dependencies. After that you will be able to run
`npm start`. This will start a server at localhost:3000.

If you install [Watchman](https://facebook.github.io/watchman/), you can
run bin/watch to automatically recompile whenever you change JavaScript
or LESS files.

### On Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/mikesall/charted)

### With Docker

You can also run Charted via _docker_ by running
`docker build -t charted .` in the repo to build the container. You
will then be able to run the container using
`docker run -p 3000:3000 charted`. Server will be accessible at
localhost:3000

## Using the Node module

Charted also comes as a Node module which can be included in an
Express or Matador application. This lets you direct the user to
Charted URLs within the app, which can fetch data from other routes.
(Note that Charted adds an endpoint which can make GET requests to
arbitrary URLs from your app.)

Call `charted(app)` to set up Charted in your app. By default, the
Charted home page and assets will be served from `/charted/`, which
you can customize the path by providing another path as a second
argument. For example, providing '/' will cause Charted to be served
from the root of your app.
3 changes: 0 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
A spreadsheet that tracks bundle size: https://goo.gl/R2yKvP

A list of known issues in no particular order:

- Code that compiles templates is duplicated in two places
Expand All @@ -16,4 +14,3 @@ Planned/ongoing projects:
- Replace templates.js with Handlebars
- Introduce u-classes
- Use system fonts
- Maybe switch to Closure Compiler

0 comments on commit 77499cc

Please sign in to comment.