Contributing
General
Obtaining Access
For members of Robotics @APEX, request access to the Robotics @APEX GitHub organisation, roboapex
or inform an ExCo. Submissions of pull requests, issues or discussion threads in the roboapex.github.io GitHub repository are also welcomed.
info
Please be respectful in all contributions.
Articles
Installation and Setup
- Install GitHub Desktop.app or
git
. - Install node.
- Open GitHub Desktop.app and clone
roboapex/roboapex.github.io
. Alternatively, clone it from GitHub or enter the following command in Terminal.app (requiresgit
).git clone https://github.com/roboapex/roboapex.github.io.git
- Run the web application with the following command. A page at
localhost
should open.npm i
npm run start - Open up the
/docs
directory. - Start editing and contributing! (Note: changes are subject to PR approvals)