Commit 76bab4c9 authored by Matthew Taylor's avatar Matthew Taylor

Some fixes based on feedback

Thanks @thisandagain!
parent 82008c3f
......@@ -15,9 +15,10 @@ We are always excited to have people join us in working to make Scratch a wonder
Road map
Beyond this repo, there are also some other resources that you might want to take a look at:
Scratch (the thing we work on)
Bugs & Glitches forum on Scratch (where mosquitoes and dei ex machina congregate)
Advanced Topics forum on Scratch (like Topics, but more complex-y)
[Scratch](https://scratch.mit.edu/) (the thing we work on)
[Open Source forum](https://scratch.mit.edu/discuss/49/) on Scratch (talk about the thing we work on on the thing we work on. so meta.)
[Bugs & Glitches forum](https://scratch.mit.edu/discuss/3/) on Scratch (where mosquitoes and dei ex machina congregate)
[Advanced Topics forum](https://scratch.mit.edu/discuss/31/) on Scratch (like Topics, but more complex-y)
### I wanna contribute! ###
......
Copyright 2015 Lifelong Kindergarten Group
Copyright 2015 Massachusetts Institute of Technology
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
......@@ -4,7 +4,7 @@
[![Build Status](https://magnum.travis-ci.com/LLK/scratch-www.svg?token=xzzHj4ct3SyBTpeqxnx1)](https://magnum.travis-ci.com/LLK/scratch-www)
### Before Getting Started
* make sure you have npm [installed](https://docs.npmjs.com/getting-started/installing-node)
* make sure you have node and npm [installed](https://docs.npmjs.com/getting-started/installing-node)
### To Build
```bash
......@@ -37,7 +37,7 @@ Use `^C` to stop the node process `npm start` starts.
| `API_HOST` | `https://api.scratch.mit.edu` | Hostname for API requests |
| `NODE_ENV` | `null` | If not `production`, app acts like development |
| `PORT` | `8333` | Port for devserver (http://localhost:XXXX) |
| `FALLBACK` | `''` | Pass-through location for scratchr2 |
| `FALLBACK` | `''` | Pass-through location for old site |
**NOTE:** Because by default both `API_HOST=https://api.scratch.mit.edu` and `FALLBACK=https://scratch.mit.edu`, please be aware that, by default, you will be seeing and interacting with real data on the Scratch website.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment