Skip to content

openiap/core-web

Repository files navigation

OpenCores Frontend

build

Install packages

npm i

then to run in developer mode, run

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version, run

npm run build

You can preview the production build with npm run preview.

Then copy the /dist folder to your /public folder inside OpenCore.