Skip to content

Akademiaapp/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a465f1f · Dec 4, 2024
Feb 29, 2024
Dec 4, 2024
Jun 3, 2024
Jun 24, 2024
Feb 28, 2024
Mar 27, 2024
Dec 9, 2023
Dec 9, 2023
Apr 8, 2024
Feb 19, 2024
Jan 30, 2024
Feb 19, 2024
Dec 9, 2023
Jan 21, 2024
Feb 19, 2024
Feb 19, 2024
Oct 8, 2024
Feb 19, 2024
Feb 19, 2024
Oct 8, 2024
Jan 21, 2024
Jun 25, 2024
Feb 19, 2024
Feb 19, 2024
Jun 25, 2024

Repository files navigation

Akademia frontend

The frontend app used by the akademia tauri app and website.

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the frontend:

npm run build

You can preview the production build with npm run preview.