Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 833 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 833 Bytes

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.