This repository contains the code for the frontend of skillmarket.uk. This is a VueJS application that uses Tailwind CSS.
This application uses the Google Maps JavaScript API, so you will need an API key to use it.
You can find the corresponding backend application in this GitHub repo.
This project was submitted to the Redis 'Beyond Cache' Hackathon, you can see the submission and vote for it here.
npm install
npm run serve
npm run build
npm run lint
You will need to define the following Environment variables:
VUE_APP_API_KEY="your-google-maps-key"
VUE_APP_API_URL="your-backend-url"