-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Nature of issue?
- Found a bug
- Existing feature enhancement
- New feature request
Details about the bug:
- Web browser and version: Chrome 65.0.3325.181
- Operating System: MacOS 10.13.4
- Steps to reproduce this:
- The
README.md
file says that when thenpm run fetch-examples
command is run, a user called "p5" will be created. But actually, the user created depends on the values that have been entered into the.env
file. - To verify this, give a different value for
EXAMPLE_USERNAME
in.env
- Run the
npm run fetch-examples
command. - Run
mongo
(with mongodb running). - In the mongo console, run
use p5js-web-editor
, thendb.users.find({})
. You can see that the created user has the username you specified.
Feature enhancement details:
This seems like it would just need a simple rewording of the relevant section of the README. I will create a pull request that includes this and add a reference to this issue.
Sorry if this seems nit-picky. I'm just trying to get my environment set up (and understand what's happening around that) and I figure the smoother you can make this for new contributors, the better.
Metadata
Metadata
Assignees
Labels
No labels