Gistmarks.io is a bookmark manager that uses Github Gist to save and share bookmarks.
- NodeJS v10+ (any recent node version will work)
- Yarn (npm install -g yarn)
- Clone the repository (
git clone git@github.com:sgolovine/gistmarks.git
) - Copy
.env.example
to.env
and replace the keys inside with your own. - Run
yarn install
to install dependencies - If you want to run the app with the backend. Run
yarn dev
, if you just want to run the frontend. Runyarn start
NOTE: If you run the app with yarn start
, you must USE a personal access token
as Oauth will only work with a the backend running
yarn build
yarn serve
https://localhost:5000
WIP