- Early alpha
- Beta developing
- [] Beta Release
- [] Add minor features
- [] Feature development
- [] Feature release and bugfixing
- [] Release candidate
- [] Released v.1.0
Before cloning the repo be sure you have installed:
- MySQl (version not specified)
Then:
- Choose a folder project in your system and switch in
cd [folder path]
- Clone the repo in your folder
git clone https://github.com/xcloudx8/sql_site.git
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This is just a personal sql site create for demonstration purpose only, it may or may not be a good fit for your project(s).