Skip to content

Latest commit

 

History

History
 
 

datamodel-ui

mscr-ui

A user interface for the datamodel editor

This is a Next.js project bootstrapped with create-next-app.

Installing node.js

This app runs on Node.js. You need to install it before you can continue.

The easiest way to install Node.js is to use nvm. We have defined Node.js version in .nvmrc so you just need to run nvm install and nvm use to install the correct version.

If you can't use nvm, check current Node.js version from .nvmrc and install it manually.

Getting Started

First, run the development server:

npm run dev
# or
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.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Troubleshooting and more documentation

You can find more documentation in docs.