Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 668 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 668 Bytes

Recipe book (Smart cookbook) (ARCHIVED)

Preface

This project is an implementation of Aalto Programming Studio 2 course, Smart cookbook

Detailed description can be found in this link: https://plus.cs.aalto.fi/studio_2/k2019/studioprojekti/232/

Keywords: Scala, Swing, Continuous Integration, GUI

Requirements

  • JDK 8/11
  • Scala 3.1.3
  • Git
  • sbt 1.5.0+

Clone

  • Clone this repo to your local machine with
git clone https://github.com/xiaoxiaobt/Aalto-Studio2-Project-2018.git

Setup

  • Navigate to Aalto-Studio2-Project-2018 by
cd Aalto-Studio2-Project-2018
  • Run UI.scala as an application
sbt run