Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leslitech/leslibuilder
https://github.com/leslitech/leslibuilder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leslitech/leslibuilder
- Owner: LesliTech
- Created: 2023-08-29T05:48:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-18T03:29:12.000Z (about 2 months ago)
- Last Synced: 2024-11-18T04:28:16.686Z (about 2 months ago)
- Language: Ruby
- Size: 179 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lesli Development.
### Demo
* [online demo: https://demo.lesli.dev](https://demo.lesli.dev)
* [docker demo: https://github.com/LesliTech/lesli-docker-demo](https://github.com/LesliTech/lesli-docker-demo)
### Documentation
* [Website](https://www.lesli.dev/)
* [Database](./docs/database.md)
* [Documentation](https://www.lesli.dev/docs.html)
### Quick start
```shell
# Clone the repository
git clone [email protected]:LesliTech/LesliBuilder.git
``````shell
# Setup database for development
rake lesli:db:dev# or
# Hard reset Database for development:
rake lesli:db:reset
``````ruby
# Load Lesli
Rails.application.routes.draw do
mount Lesli::Engine => "/lesli"
end
``````shell
# Run default Rails server
rails s
rails s --binding=0.0.0.0
rails s --environment=test
rails s --environment=development
RAILS_SERVE_STATIC_FILES=true rails s --environment=production
```
### Get in touch with Lesli
* [Website: https://www.lesli.tech](https://www.lesli.tech)
* [Email: [email protected]]([email protected])
* [Twitter: @LesliTech](https://twitter.com/LesliTech)
### License
-------
Copyright (c) 2023, Lesli Technologies, S. A.This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.