el.xwx.moe/README.md
2022-06-03 11:56:19 +04:30

14 lines
475 B
Markdown

# Link Warden
### A bookmark + archive manager for all your links and resources.
> Note: Still under development...
## Setup
### Linux/MacOS:
1. Make sure the MongoDB database and collection is up and running.
2. Edit `/src/config.js` accordingly.
3. Head to the main folder using terminal and run: `(cd api && npm install --legacy-peer-deps) && npm install --legacy-peer-deps` for the dependancies.
4. Run `(cd api && npm run dev) & npm start` to start the application.