🌎
Pexelry is an image finder web application that leverages the Pexels api to find images related to a specific search.
- Get an api key from pexels developer
- Have NodeJs installed.
Pexelry is built with:
- Vue.js
- Pinia
Clone the repo to your local machine and then follow the procedure below
# installs all the packagees and dependencies needed for this project
$ pnpm install
# serve with hot reload at localhost:3000
$ pnpm run dev
# build for production and launch server
$ pnpm run build
$ pnpm run start
# generates the static project
$ pnpm run generate
Clone the repo and fix issues ✌️