mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-07-03 23:40:29 -04: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
|
Road map
|
||||||
|
|
||||||
Beyond this repo, there are also some other resources that you might want to take a look at:
|
Beyond this repo, there are also some other resources that you might want to take a look at:
|
||||||
Scratch (the thing we work on)
|
[Scratch](https://scratch.mit.edu/) (the thing we work on)
|
||||||
Bugs & Glitches forum on Scratch (where mosquitoes and dei ex machina congregate)
|
[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.)
|
||||||
Advanced Topics forum on Scratch (like Topics, but more complex-y)
|
[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! ###
|
### 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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
[](https://magnum.travis-ci.com/LLK/scratch-www)
|
[](https://magnum.travis-ci.com/LLK/scratch-www)
|
||||||
|
|
||||||
### Before Getting Started
|
### 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
|
### To Build
|
||||||
```bash
|
```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 |
|
| `API_HOST` | `https://api.scratch.mit.edu` | Hostname for API requests |
|
||||||
| `NODE_ENV` | `null` | If not `production`, app acts like development |
|
| `NODE_ENV` | `null` | If not `production`, app acts like development |
|
||||||
| `PORT` | `8333` | Port for devserver (http://localhost:XXXX) |
|
| `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.
|
**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…
Add table
Add a link
Reference in a new issue