Skip to content
Snippets Groups Projects
Commit a7fbbad3 authored by Kristiane Skogvang Kolshus's avatar Kristiane Skogvang Kolshus
Browse files

Update README.md

parent 6dc21b0b
No related branches found
No related tags found
No related merge requests found
Pipeline #270179 passed
......@@ -16,38 +16,19 @@ BrainStormer is a full-stack web application developed for the IDATT2105 course.
- Progress Tracking
- Feedback and Support
## Installation
Clone the repository: git clone https://gitlab.stud.idi.ntnu.no/madelesj/fullstack.git
This template should help get you started developing with Vue 3 in Vite.
### Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
### Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
### Project Setup
## Running the application
To run the back-end, run FullstackApplication.java (FullstackProsjekt/src/backend/main/java/edu/ntnu/idatt2105/FullstackProsjektApplication.java).
To run the front-end, move to FullstackProsjekt/src/frontend and run the following commands:
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
then
```sh
npm run build
```
### Run Unit Tests with Vitest
```sh
npm run test:unit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment