inlab-geo / inlab-explorer

Explore the InLab software ecosystem interactively

Home Page:https://inlab.au/inlab-explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InLab Explorer

Welcome to the InLab Explorer - explore the InLab software ecosystem interactively!

InLab Explorer screenshot

Developer reference

This repository includes the frontend of InLab Explorer. This is a server-side rendered Next.js project and data are stored as three JSON files directly in the public folder:

These files are created by a workflow from the backend, which is triggered whenever there's a change to the cofi, espresso and cofi-examples repositories.

Serve locally

If you'd like to run this app locally:

  1. Clone this repository: git clone https://github.com/inlab-geo/inlab-explorer.git; cd inlab-explorer
  2. Install JavaScript dependencies: npm install
  3. Run the app in development mode: npm run dev
  4. Open http://localhost:3000 with your browser to see the website

Change colour schemes

Two file are related to changing colour themes:

Update the data

The three data files sitting under public folder are updated automatically by the backend workflow.

Follow the instructions in the backend repository for how to generate the files manually.

About

Explore the InLab software ecosystem interactively

https://inlab.au/inlab-explorer/


Languages

Language:TypeScript 95.3%Language:CSS 3.3%Language:JavaScript 1.4%