No description
This repository has been archived on 2025年10月01日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
| notesite | Responsive Design | |
| .gitignore | Hello World | |
| build.sh | Hello World | |
| create_database.py | Hello World | |
| devel.sh | Hello World | |
| LICENSE | Initial commit | |
| pyproject.toml | Hello World | |
| README.md | Hello World | |
| schema.sql | Hello World | |
| screenshot.png | Redesign | |
Notesite
Notesite is a simple anonymous message board presented as a single-page app. Notesite is built using Flask and Jixen
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Installing
pip install flask
sudo pacman -S dart-sass
git clone https://github.com/aspizu/jixen
cat >> ~/.local/bin/jixen < EOF
#!/bin/bash
python $PWD/jixen/jixen "$@"
EOF
chmod +x ~/.local/bin/jixen
Development
./devel.sh
Deployment
TODO
License
This project is licensed under the MIT License - see the LICENSE.md file for details