The source code for this website can be found on GitLab (opens new window). LiveCode.NYC members are invited to submit Pull Requests to keep information up to date.
In order to submit Pull Requests, you will need to have a personal fork of the LiveCode.NYC website repository.
git clone https://gitlab.com/[YOUR USERNAME]/livecode.nyc.git
and replace [YOUR USERNAME] with your GitLab username.cd livecode.nyc
/member
folder with your name (e.g. jane.md
)---
name: [YOUR NAME]
image: [URL TO IMAGE FILE]
links:
website: [YOUR WEBSITE URL]
twitter: [YOUR TWITTER URL]
---
[YOUR BIO (ONE TO TWO SENTENCES)]
livecode.nyc
folder.git add . && git commit -m "Adding jane.md" && git push origin master