You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nick Briz edited this page Jan 10, 2021
·
13 revisions
Welcome netizens to the netnet.studio wiki! Here you'll find guides to contributing to the netnet.studio repo. You'll of course need a GitHub account before getting started. Some contributions are easy to make directly on GitHub (like editing netnet dialogue), but most will likely require you setup a local environment so you can work on code in your preferred editor on your computer.
General Stuff
Setting up a local environment: how to setup the repo and run the server locally, as well as some general development notes.
Project Architecture: overview on how the code in this repo is organized and our thoughts behind it.
Specific Stuff
Creating Dialogue: netnet's dialogue system is what handles it's text bubbles that show up when interacting with netnet. this doc explains how it works, how to edit dialogue (to fixing grammar or spelling for example) and how to create new dialogue (to accompany a widget for example).
Creating Widgets: netnet's widget system is used to create all the various windows that pop up, from information boxes like the privacy policy to full blown code generators like the color widget.