https://github.com/dbcli/mycli.net
Website for mycli project
https://github.com/dbcli/mycli.net
Last synced: 6 months ago
JSON representation
Website for mycli project
- Host: GitHub
- URL: https://github.com/dbcli/mycli.net
- Owner: dbcli
- Created: 2015-06-25T06:41:19.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T19:45:16.000Z (over 1 year ago)
- Last Synced: 2025-01-09T05:45:41.216Z (12 months ago)
- Language: HTML
- Size: 16.1 MB
- Stars: 6
- Watchers: 12
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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