https://github.com/obitech/eelweb
this is going to be the website for EEL
https://github.com/obitech/eelweb
Last synced: 3 months ago
JSON representation
this is going to be the website for EEL
- Host: GitHub
- URL: https://github.com/obitech/eelweb
- Owner: obitech
- License: gpl-3.0
- Created: 2019-03-07T19:03:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T17:30:16.000Z (almost 7 years ago)
- Last Synced: 2025-08-25T00:19:05.034Z (5 months ago)
- Language: CSS
- Size: 4.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [softbobo/eelweb](https://github.com/softbobo/eelweb)
This is becoming a website for EEL throughout the next weeks.
This is being developed in Python 3.7.2, but should work from Python 3.3 on (no guarantee given). You can easily try this out on your own machine.
## Installation
Clone the repo:
```bash
$ git clone git@github.com:softbobo/eelweb.git
$ cd eelweb
```
Create and activate your virtual environment:
```bash
$ python3 -m venv venv
$ source venv/bin/activate
```
Install the dependencies:
```bash
$ pip install -r requirements.txt
```
## Usage
With your virtualenv activated, run:
```bash
$ flask run
```
This sets up a very basic server, which allows you to access the app in your browser under `https://localhost:5000`.
## TODO
- set up navigation between sub-urls
- set up logging