Working offline and other options
You need to setup and learn how to use GIT.
Command line
Install on the command line on:
$ cd yourproject/
$ git init
$ git add README.md
$ git commit -m 'welcome to git'
Client application
Github client (https://desktop.github.com/),
Tower (https://www.git-tower.com/mac)
Text editor
Atom(https://atom.io/),
Visual Studio Code (https://code.visualstudio.com/)
Eclipse (https://www.eclipse.org/)
Other options
- Uploading a static website
- Using other static website generators
Last update: September 24, 2019