-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Daniel Huang edited this page Oct 14, 2018
·
8 revisions
This is the home of the Danish Folklore Nexus (DFN), first conceived and developed as an Adobe Flash application by Dr. Tim Tangherlini (UCLA) and Pete Broadwell (UCLA). DFN is designed to aid students, researchers, and enthusiasts to explore the vast folklore collection of Evald Tang Kristensen from 19th century Denmark. This Wiki will outline the use cases of the application as well as development objectives and upcoming features.
The objective of this version is to replicate the original application as closely as possible with updated UI/UX features. Features include:
- Data and Topic & Index Navigators
- People, Places, Story views
- Dynamic tabs
- Related people, places, stories
- Install node.js which comes with npm, a JS package manager.
- On terminal, run
npm
to check if node has been successfully installed - Once installed, navigate to repository directory (i.e.
C:/Users/[username]/Desktop/Nexus2
) and runnpm install
- After all packages have been installed, run application with
npm start
- Once server is successfully running, open on browser at
localhost:3000
If you are getting errors with failed to compile, it's likely that node needs to be updated to a specific version. Set npm 6.1.0v and node 8.9.4v