-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6433913
commit 321f36a
Showing
1 changed file
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |