A media (pictures, memes, videos, texts) repository
Episememe started as a small university project, and it has already reached a bare minimum of usability - you can upload, browse and tag media, the tag graph system also works. However, there's plenty more to do here (project boards), and hopefully the project will gain some traction in 2021 once we find some time between studying and working.
Windows:
- Install Node.js from https://nodejs.org/en/download/
npm install -g @vue/cli
- Try out
vue --version
in Powershell. If there is an error related to execution policies, runSet-ExecutionPolicy RemoteSigned
(as an administrator). - Go to
/vue-client
directory and install dependencies:
cd vue-client
npm install
- In order to start an application, run
npm run serve
.
See vue-client/README.md
.
See build/README-desktop-mode.md
.