Nia propra versio de Linkwarden, kun redaktoj por el.xwx.moe
https://el.xwx.moe/
6882e91d7a | ||
---|---|---|
api | ||
public | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json |
Link Warden
A bookmark + archive manager for all your links and resources.
Note: Still under development...
Setup
Linux/MacOS:
-
Make sure the MongoDB database and collection is up and running.
-
Edit
/src/config.js
accordingly. -
Head to the main folder using terminal and run:
(cd api && npm install --legacy-peer-deps) && npm install --legacy-peer-deps
for the dependancies. -
Run
(cd api && npm run dev) & npm start
to start the application.