Skip to content
This repository was archived by the owner on Mar 26, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

File metadata and controls

13 lines (10 loc) · 441 Bytes

Web-MBGen-Generated

Website backend and frontend code that does not get generated in the MBGen process and templates for the files that get generated.

Development

To reset the status in backend/src or frontend:

git clean -df
git checkout .

The first resets the files JsonSupport.scala and db/ZooDb.scala, while the second removes table-specific packages.

In frontend, run yarn install after resetting the status.