Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 0 additions & 17 deletions .editorconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/"
"url": "http://localhost:8080/"
},
{
"name": "ng test",
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
## Development
If you'd like to help contribute, the wiki is the best place to start
If you'd like to contribute, the wiki is the best place to start
https://github.com/CSSS/csss-site-frontend/wiki

### Prereqs
You will need:
- `git`
- `node` v22
- `npm` v10
- `node` v24
- `npm`
- Install the Angular CLI globally
```sh
# use Angular v20.2
# use Angular v21.0.6
npm install -g @angular/cli
```
- SSH keys

To install the correct versions of `node` and `npm`, you might want to install and setup [nvm](https://github.com/nvm-sh/nvm).

Expand Down Expand Up @@ -42,6 +41,7 @@ ng serve --host=0.0.0.0 // only works after building
To view other npm commands, look at `package.json` under the "scripts" key.
### Local development
If you'd like to contribute, you can start reading here https://github.com/CSSS/csss-site-frontend/wiki/Contributing

### Libraries used
* **FontAwesome 6.7.1** https://fontawesome.com/v6/icons
* **Material CDK** https://material.angular.dev/cdk/categories
Expand Down
14 changes: 1 addition & 13 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,7 @@
"builder": "@angular/build:extract-i18n"
},
"test": {
"builder": "@angular/build:karma",
"options": {
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
"input": "public"
}
],
"styles": ["src/styles.scss"],
"scripts": []
}
"builder": "@angular/build:unit-test"
}
}
}
Expand Down
Loading