Skip to content

dbcli/mycli.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac79a70 · May 13, 2024
May 13, 2024
May 13, 2024
Aug 24, 2017
Jun 25, 2015
Oct 14, 2015
Jun 25, 2015
Jun 25, 2015
May 13, 2024
Jun 25, 2015
May 13, 2024
May 13, 2024

Repository files navigation

mycli.net

A website for mycli project.

Running the server

Install the requirements file

pip install -r requirements.txt

Starting the server

./develop_server.sh start

Accessing

Open your favorite browser and go to http://localhost:8000.

Stoping the server

./develop_server.sh stop

Contribuiting

  1. Fork it ( https://github.com/dbcli/mycli.net/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request