Browse Source

rename dev file, add more notes

pull/13/head
Jonathan Cobb 4 years ago
parent
commit
aaeeeb1016
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      web-development.md

design-development.md → web-development.md View File

@@ -1,4 +1,4 @@
# Bubble Design Development
# Bubble Web Development
This document describes how to develop on the Bubble web application. This document describes how to develop on the Bubble web application.


## Requirements ## Requirements
@@ -11,7 +11,8 @@ Along with expert-level knowledge of HTML, CSS and JavaScript, you'll need at le
* [SSH](https://www.ssh.com/ssh/) * [SSH](https://www.ssh.com/ssh/)
* [rsync](https://linux.die.net/man/1/rsync) and/or [scp](https://linux.die.net/man/1/scp) commands * [rsync](https://linux.die.net/man/1/rsync) and/or [scp](https://linux.die.net/man/1/scp) commands


It will be easiest to develop on Linux or Mac OS X.
It will be easiest to develop on Linux or Mac OS X. If you are comfortable using all the above tools on Windows,
then there should be no problems developing on Windows.


In order to commit and push your changes to the `bubble-web` git repository, you will need an account on https://git.bubblev.org In order to commit and push your changes to the `bubble-web` git repository, you will need an account on https://git.bubblev.org



Loading…
Cancel
Save