This repository is a service of the Elect.Gen project. Navigate there to learn more.
Clone the entire project (recommended):
For example, you can do it via HTTPS:
git clone --recurse-submodules https://github.com/quintet-sdr/elect-gen.git
cd elect-gen/services/frontend/
Clone the front end only:
We recommend you not follow this option.
For example, you can do it via HTTPS:
git clone https://github.com/quintet-sdr/elect-gen-frontend.git
cd elect-gen-frontend/
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.
The project is licensed under the MIT License.
(c) SDR / Innopolis University. All rights reserved.