Cailean Finn
7 months ago
1 changed files with 16 additions and 2 deletions
@ -1,6 +1,20 @@ |
|||
# conceptnull.org |
|||
Website for Concept Null |
|||
Website for Concept Null (2024) |
|||
|
|||
## About |
|||
The wiki and the backend run on MediaWiki/Semantic Wiki. This is inspired by the implementation created by Hackers & Designers. |
|||
|
|||
[Wiki ↗](https://wiki.conceptnull.org/index.php/Main_Page) |
|||
[Website ↗](https://new.conceptnull.org/) |
|||
|
|||
## Requirements |
|||
List of requirements |
|||
List of requirements: |
|||
``` |
|||
beautifulsoup4==4.12.3 |
|||
Flask==3.0.2 |
|||
Requests==2.31.0 |
|||
```` |
|||
This list can be found in ```requirement.txt```. You can use a virtual environment such as anaconda or venv to install these dependencies. |
|||
|
|||
## Running the Application |
|||
You can run the application by calling ```python3 application.py``` in the root directory. By default it runs in Debug mode. |
|||
|
Loading…
Reference in new issue