Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.08 KB

Skill Market Frontend

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Deployment

You will need to define the following Environment variables:

VUE_APP_API_KEY="your-google-maps-key"
VUE_APP_API_URL="your-backend-url"