Skip to content

ETK collection 2nd generation interface, nexus2

Notifications You must be signed in to change notification settings

tango2/Nexus2-1

This branch is up to date with ScandinavianSection-UCLA/Nexus2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b98aad · Oct 23, 2023
Oct 23, 2023
Nov 3, 2018
Mar 7, 2019
Oct 23, 2023
Apr 16, 2018
Apr 7, 2018
Dec 24, 2018
Oct 23, 2023
May 4, 2020
Nov 24, 2018
Apr 26, 2018
Dec 24, 2018
May 13, 2020
Apr 7, 2018
May 4, 2020
Apr 19, 2018
Apr 19, 2018
Apr 8, 2018
Feb 6, 2021
Jun 29, 2019

Repository files navigation

Danish Folklore Nexus React App

This is a getting started guide to run the EKT database viewer designed by Dr. Timothy Tangherlini (UCLA) and Pete Broadwell (UCLA). React Application was created by Daniel Huang (UCLA).

Getting Started

  1. Install node.js which comes with npm, a JS package manager.
  2. On terminal, run npm to check if node has been successfully installed
  3. Once installed, navigate to repository directory (i.e. C:/Users/[username]/Desktop/Nexus2) and run npm install
  4. After all packages have been installed, run application with npm start
  5. Once server is successfully running, open on browser at localhost:3000

Troubleshooting

  • If you are having fail to compile errors, it is likely that npm and node cannot compile ES6. Be sure they are set to npm 6.1.0v and node 8.9.4v

Running in Docker

  1. Navigate to repository directory root
  2. Build Docker image with nexus2 as the name of your image: docker build -t nexus2 .
  3. Bind app's 3000 port to localhost:8080 and run the app: docker run -p 8080:3000 nexus2
  4. Once server is successfully running, open on browser at localhost:8080

About

ETK collection 2nd generation interface, nexus2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • HTML 33.5%
  • CSS 2.4%
  • Other 0.7%