Skip to content

kuzudb/wasm-linkedin-example

Repository files navigation

wasm-linkedin-example

Install Node.js dependencies

npm i

Run development server (with hot-reloading)

npm run serve

Check code style with ESLint

npm run lint

Build and serve for production

Run production server locally

npm run build
npm run serve-prod