OpenSpace / tools.openspaceproject.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, run the development server:

npm run dev

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

Deploy

When finishing development and wanting to deploy, you'll need to run npm run build and also commit the out folder. The server that is serving the webpage does not have sufficiently modern NodeJS to compile the page itself, so we need to feed it the compiled version.

About

License:MIT License


Languages

Language:TypeScript 70.6%Language:HTML 26.3%Language:JavaScript 2.0%Language:CSS 1.1%