Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 652 Bytes

Requirements

Here are the required libraries and tools you're gonna need to start this project. Node and npm / yarn are also needed.

yarn run start:dev starts the development server.

Alternatively, you can use docker with a more production-like environment.

docker build -t hackathon .
docker run -p 8080:8080 hackathon

How to serve

Master branch of this repository contains build version of this web application which is ready to be served.

Authors