Skip to content

openjs-foundation/open-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 14, 2024
347eea8 · Dec 14, 2024

History

80 Commits
Dec 14, 2024
Dec 14, 2024
Dec 14, 2024
Dec 14, 2024
Dec 12, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
Dec 11, 2024
May 30, 2023
Dec 11, 2024
Dec 11, 2024
Apr 24, 2024
Dec 12, 2024
Dec 3, 2022
Dec 14, 2024
May 30, 2023
May 30, 2023
Dec 11, 2024
May 30, 2023
Dec 12, 2024

Repository files navigation

Open Visualization

The Open Visualization Collaboration Space “OpenVis” is a forum within the OpenJS Foundation to neutrally govern the most comprehensive and widely adopted visualization libraries based on JavaScript and WebGL.

This is our website, built on Next.js and hosted on Vercel.

Getting Started

Make sure you have Node.js and Yarn installed.

Create an .env.local file with the following contents:

NEXT_PUBLIC_SITE_URL="http://localhost:3000/"

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.