Skip to content

chellimiller/prototype-rdf-graph-visualizer

Repository files navigation

RDF Graph Visualizer

This is a simple prototype of an app to visualize RDF data.

Scripts

Build: npm run build

To build the app, run npm run build.

The generated output will be in the dist/ directory.

Deploy: npm run deploy

To deploy the app, run npm run build.

This will build the app and publish the dist/ directory as a GitHub pages site.

Format: npm run format

To format the source code, run npm run format.

Serve: npm start

To serve the app, run npm start.

The app will be updated automatically as code changes are saved.

To simulate a production environment, run npm run start:production. Note that the webpack-dev-server is not intended for use in production environments.

Test: npm test

To test the app, run npm test.

Setting Up a Local Development Environment

Pre-requisites

Before getting started, you will need Git and Node.js.

  1. Open a terminal and run git --version
  2. If Git is not installed, follow the GitHub guide for setting up Git
  1. Open a terminal and run node -v
  2. If Node.js is not installed or is not v16.0.0 or above, follow the official guide for installing Node.js

Instructions

  1. If you haven't already, create a new GitHub repository from this template.
  2. On your machine, open a terminal.
  3. Clone the repository you've created from the template.
    Run git clone <your-repository-url> <some-directory>
  4. Navigate to the directory where you cloned the repository.
    Run cd <some-directory>
  5. Install dependencies.
    Run npm install
  6. Serve app in development mode.
    Run npm start

You are now ready to start coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published