mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Some fixes based on feedback
Thanks @thisandagain!
This commit is contained in:
parent
82008c3fa1
commit
76bab4c915
3 changed files with 7 additions and 6 deletions
|
@ -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! ###
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue