Skip to content

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