Hobbyst grocery list app... for now...
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple example steps.
-
npm or yarn
npm install npm@latest -g # or npm install yarn -g
-
MongoDB URI
- Clone the repo
git clone https://github.com/durashere/buy-me-pls.git
- Install packages
npm install # or yarn
- Run the development server
npm run dev # or yarn dev