Immersive Scholar Local Resident Radmila Sazdanović
Install node modules after initial clone or download:
npm installRun in development mode:
npm run devAfter 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 buildThis command builds an optimized version of the app. The output is contained in the folder dist.
This application is created with Vite