Skip to content

Latest commit

History

History
15 lines (9 loc) 路 385 Bytes

File metadata and controls

15 lines (9 loc) 路 385 Bytes

D4SD Website

Code for the d4sd website at https://d4sd.org/

Development

Copy the sample.env file to a .env file in the root directory and fill in the missing variables with variables provided by firebase. The GENERATE_SOURCEMAP=false variable is there purely to fix a out of heap memory issue with the react-pdf library

Run

npm start

to start the development server