Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 805 Bytes

Archived since it's hopefully not needed anymore.

Web app with interactive map of places with wheelchair access for Covid-19 testing and vaccination.

Project at FIT BUT with public repository on thejoeejoee/covidbezbarier.cz.

Build and Run Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Authors