Skip to content

The front end of a student-course distribution system for Innopolis University.

License

Notifications You must be signed in to change notification settings

quintet-sdr/elect-gen-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elect.Gen Front End

Bun Nuxt Tailwind TypesScript

This repository is a service of the Elect.Gen project. Navigate there to learn more.

🖥️ Launch locally

Clone the entire project (recommended):

Clone the main repository

For example, you can do it via HTTPS:

git clone --recurse-submodules https://github.com/quintet-sdr/elect-gen.git

Open the front end directory

cd elect-gen/services/frontend/
Clone the front end only:

We recommend you not follow this option.

Clone the back end repository

For example, you can do it via HTTPS:

git clone https://github.com/quintet-sdr/elect-gen-frontend.git

Open the cloned directory

cd elect-gen-frontend/

⚙️ How to use

Make sure to install the dependencies:

bun install

Start the development server on http://localhost:3000:

bun run dev

Build the application for production:

bun run build

Locally preview production build:

bun run preview

Look at the Nuxt 3 documentation to learn more.

Check out the deployment documentation for more information.

📄 License

The project is licensed under the MIT License.

(c) SDR / Innopolis University. All rights reserved.

Releases

No releases published

Packages

No packages published

Languages