~bendersteed/discordia-chan-fe

A vuejs frontend for generating imageboard threads on static blogs.
f6a746ff — Dimos Dimakakos 3 years ago
Revert "Clean: remove image related functionanity"
dfa56a3d — Dimos Dimakakos 3 years ago
Clean: remove image related functionanity
b9070ad4 — Dimakakos Dimos 4 years ago
Add: mounted method to pick title, and apiURL configuration

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~bendersteed/discordia-chan-fe
read/write
git@git.sr.ht:~bendersteed/discordia-chan-fe

You can also use your local clone with git send-email.

#discordia-chan

Discordia-chan is an imageboard-like system for blog comments. The point is to extend discussions under posts/podcast episodes/whatever blog-like structure is there at a static pages website.

Capabilities to expect:

  1. Image/WebM handling
  2. Custom pseudonymous names
  3. Replies with quoting and autocomplete
  4. Podcast support for commenting on certain time-stamps
  5. Themes (?), based on the traditional imageboard culture

Version: 0.0.1-ALPHA This is a very early version so expect API to change.

This is the js part that talks to a backend server. Built using VueJS.

#Project setup

npm install

#Compiles and hot-reloads for development

npm run serve

#Compiles and minifies for production

npm run build

#Lints and fixes files

npm run lint

#Customize configuration

See Configuration Reference.

Do not follow this link