Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micheledinelli authored Oct 20, 2024
1 parent 6433913 commit 321f36a
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# aculei-fe

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.2.
[![.github/workflows/ci.yaml](https://github.com/aculei/aculei-fe/actions/workflows/ci.yaml/badge.svg)](https://github.com/aculei/aculei-fe/actions/workflows/ci.yaml)
![angular](https://img.shields.io/badge/Angular-0F0F11.svg?style=flat&logo=Angular&logoColor=white)
![js](https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=flat&logo=JavaScript&logoColor=black)
![render](https://img.shields.io/badge/Render-000000.svg?style=flat&logo=Render&logoColor=white)
![tailwind](https://img.shields.io/badge/Tailwind%20CSS-06B6D4.svg?style=flat&logo=Tailwind-CSS&logoColor=white)

## Development server
Frontend for [`aculei.xyz`](https://aculei.xyz)

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Install

## Code scaffolding
Clone the repository

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
```console
git clone https://github.com/aculei/aculei-fe.git
```

## Build
At `root` of the project run

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
```console
npm install
```

## Running unit tests
## Run

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
At `root` of the project run

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
```console
npm run dev
```

0 comments on commit 321f36a

Please sign in to comment.