Skip to content
Snippets Groups Projects
Commit 321f3eb0 authored by YAKOUBOV Anas's avatar YAKOUBOV Anas
Browse files

Update file README.md

parent 48879a26
No related branches found
No related tags found
No related merge requests found
# Nuxt Minimal Starter
# Archi Front
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Front-end part for the Archi project.
## Setup
## Installation
Make sure to install dependencies:
First, download this repository and unzip it to the folder of your choice.
```bash
# npm
npm install
If you have Git client, you can also use the following command:
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```bash
git clone https://gitlab.imt-atlantique.fr/FIL-A3-2024/ue-proj/archi-front.git
```
## Development Server
You will have to download Node [here](https://nodejs.org/en/download) and install it on your computer.
## Setup
Start the development server on `http://localhost:3000`:
Make sure to install dependencies. Open the console (cmd) in the directory and type :
```bash
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
npm install
```
## Production
## Development Server
Build the application for production:
Start the development server on `http://localhost:3000`. Open the console (cmd) in the directory and type :
```bash
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
npm run dev
```
Locally preview production build:
```bash
# npm
npm run preview
# pnpm
pnpm preview
## Authors
# yarn
yarn preview
Renaud Birk and Anas Yakoubov
# bun
bun run preview
```
## License
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment