Sandbox for developing the interactive Blueprint product
To add to the list of contributors, go to the contribs folder and open the contributors.csv file. To edit the file, you have two options:
- Click the pencil in the top right. Then edit the file directly. Do not add spaces between commas separating names, but within a name or organization title it's okay. Example: FIRST NAME,LAST NAME,ORGANIZATION TITLE,EMAIL. Email is optional and we can remove this column if necessary. When you're done, click the green commit changes button.
- Download the csv file by clicking the three ... button in the top right, make edits in your prefered csv-editing software (e.g. Excel).
a. Reupload the file by navigating the the contribs folder.
b. Click add file, then upload the modified file. Do not change the file name, it's okay if it is overwritten. If you need to add, remove, or change columns, please make sure there is always "First Name", "last Name", and "Organization". Contact @EliLawrence for questions.
- Navigate to the directory containing project files. For example: cd /path/to/your/project
- Start the HTTP server:
python -m http.server 8000
- Navigate to http://localhost:8000