Archived
1
0
Fork
You've already forked notesite
0
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.
  • JavaScript 49.6%
  • SCSS 28.4%
  • Python 14.6%
  • Shell 4.2%
  • HTML 3.2%
2022年12月19日 18:24:00 +05:30
notesite Responsive Design 2022年12月19日 18:24:00 +05:30
.gitignore Hello World 2022年12月19日 03:05:20 +05:30
build.sh Hello World 2022年12月19日 03:05:20 +05:30
create_database.py Hello World 2022年12月19日 03:05:20 +05:30
devel.sh Hello World 2022年12月19日 03:05:20 +05:30
LICENSE Initial commit 2022年12月19日 02:35:26 +05:30
pyproject.toml Hello World 2022年12月19日 03:05:20 +05:30
README.md Hello World 2022年12月19日 03:05:20 +05:30
schema.sql Hello World 2022年12月19日 03:05:20 +05:30
screenshot.png Redesign 2022年12月19日 17:02:42 +05:30

Notesite

Notesite is a simple anonymous message board presented as a single-page app. Notesite is built using Flask and Jixen

screenshot

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