Immersive Scholar Local Resident Radmila Sazdanović
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
.
This application is created with Vite