AstroJS/README.md

39 lines
736 B
Markdown
Raw Normal View History

2015-08-14 09:45:27 +00:00
# BotanJS
2015-08-14 09:46:52 +00:00
A working concept of Js/Css framework for web browsers
2015-08-14 09:45:27 +00:00
2015-08-14 10:26:24 +00:00
### Showcase
- Pending
2015-08-14 09:45:27 +00:00
### Features
- Compressable by Closure Compiler (Advanced Compression)
- Python-like, class oriented syntax structure
- Everything is merged into one file for that page
- css class inheritance
2015-08-14 10:12:10 +00:00
### Disclaimer
- This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!
### Documentation
- Will be added later
### Prerequisties
2016-05-27 17:52:18 +00:00
- python3
- virtualenv
2015-08-14 10:12:10 +00:00
#### For Service.WebAPI
- pip install Flask
- pip install Celery
- pip install redis
- pip install compressinja
2015-08-14 10:22:49 +00:00
### Before start, run
2015-08-14 10:12:10 +00:00
```
2016-05-27 17:52:18 +00:00
virtualenv env
2015-08-14 10:22:49 +00:00
./botan-rebuild
2015-08-14 10:12:10 +00:00
```
2016-05-27 17:52:18 +00:00
#### To start just run ( in virtualenv )
2015-08-14 10:12:10 +00:00
```
2015-08-14 10:22:49 +00:00
./botan-start
2015-08-14 10:12:10 +00:00
```