Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 597 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 597 Bytes

Tess-celestial

Immersive Scholar Local Resident Radmila Sazdanović

Quick start

Install node modules after initial clone or download:

npm install

Run in development mode:

npm run dev

After running this command, the address of the local development server is displayed in the terminal output. Navigate to this address in your browser.

Build for production:

npm run build

This command builds an optimized version of the app. The output is contained in the folder dist.

Initial source

This application is created with Vite