Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
/ registry Public archive

our website; empowering next-generation domains

Notifications You must be signed in to change notification settings

neuenet/registry

Repository files navigation

registry

Website for Neuenet; Empowering Next-Generation Domains

Installation

npm i

Development

npm run watch

Debugging

For UI debugging, add the debug class to <u-grid/>.

# Run all tests
npm test

# Make sure dependencies are up-to-date
npm run test:dependencies

# Test Svelte components
npm run test:svelte

# Test TypeScript files
npm run test:typescript

Production

npm start