forked from Botanical/BotanJS
Initial commit
This commit is contained in:
@@ -6,3 +6,33 @@ A working concept of Js/Css framework for web browsers
|
||||
- Python-like, class oriented syntax structure
|
||||
- Everything is merged into one file for that page
|
||||
- css class inheritance
|
||||
|
||||
### Disclaimer
|
||||
- This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!
|
||||
- It requires Python 3!
|
||||
|
||||
|
||||
### Documentation
|
||||
- Will be added later
|
||||
|
||||
### Prerequisties
|
||||
#### For Service.WebAPI
|
||||
- pip install Flask
|
||||
- pip install Celery
|
||||
- pip install redis
|
||||
- pip install compressinja
|
||||
|
||||
#### Environment varialbles
|
||||
```
|
||||
PYTHONPATH=<path to the parent of this directory>
|
||||
```
|
||||
|
||||
#### For the compressor & cache, run:
|
||||
```
|
||||
celery -A botanjs.service.jwork worker
|
||||
```
|
||||
|
||||
#### For the API Serivces, run:
|
||||
```
|
||||
./service/webapi.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user