Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 742 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 742 Bytes

Neptun Website

The website of the neptun-tool. View status here.

Info

Built with Nuxt 3, Nitro, Vite and Vue 3.

Setup

pnpm install

Development

pnpm run dev

Known Issues

  • Doesn't work in [email protected].
  • Extremely slow on Windows11 (faster in WSL (might be better in nuxt@v4, which is currently in nightly-channel)).
  • srcDir causes some imports and types to break... (could improve performance on windows theoretically)

Production

pnpm run build

Locally preview production build:

pnpm run preview