mirror of
https://github.com/stisla/stisla.git
synced 2025-08-29 11:00:06 +02:00
14
.editorconfig
Normal file
14
.editorconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
7
CONTRIBUTING.md
Normal file
7
CONTRIBUTING.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## CONTRIBUTING
|
||||
|
||||
- Fork it ( https://github.com/stisla/stisla/fork )
|
||||
- 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`)
|
||||
- Create a new Pull Request
|
35
README.md
35
README.md
@@ -1,21 +1,38 @@
|
||||
# Free Bootstrap Admin Template
|
||||
# Stisla
|
||||

|
||||
[](https://github.com/stisla/stisla/issues)
|
||||

|
||||

|
||||
[](LICENSE)
|
||||

|
||||
|
||||
Stisla is Free Bootstrap Admin Template and will help you to speed up your project, design your own dashboard UI and the users will love it.
|
||||
|
||||
More info: https://getstisla.com
|
||||
[](https://getstisla.com)
|
||||
|
||||

|
||||
|
||||
# Roadmap
|
||||
You can find the Stisla road map here: https://trello.com/b/M8TMnehE/stisla-roadmap
|
||||
## Quick start
|
||||
|
||||
# Contributing
|
||||
Several quick start options are available:
|
||||
|
||||
- [Download the latest release.](https://github.com/stisla/stisla/archive/v2.2.0.zip)
|
||||
- Clone the repo: `git clone https://github.com/stisla/stisla.git`
|
||||
- Install with [npm](https://www.npmjs.com)
|
||||
- Install with [yarn](https://yarnpkg.com)
|
||||
|
||||
Read the [Getting started page](https://getstisla.com/docs) for information on the framework contents, templates and examples, and more.
|
||||
|
||||
|
||||
## Roadmap
|
||||
You can find the Stisla road map here: [Stisla Roadmap](https://trello.com/b/M8TMnehE/stisla-roadmap)
|
||||
|
||||
|
||||
## Integrates
|
||||
- [Rails](https://github.com/SunDi3yansyah/stisla-rails)
|
||||
|
||||
|
||||
## Contributing
|
||||
The contribution guide is still in progress :)
|
||||
|
||||
# License
|
||||
Stisla is under the MIT license
|
||||
|
||||
## License
|
||||
Stisla is under the [MIT License](LICENSE)
|
||||
|
Reference in New Issue
Block a user