Skip to content

Commit 8d31759

Browse files
authored
Update: v2.2 (#232)
* chore: delete all event sites (#231) * fix: VSCode launch port * update: eslint * update(typescript-eslint): 8.50.1 * update(angular): v21.0.6 * update(angular/cdk): v20.2.14 * update(angular/cdk): v21.0.5 * update: angular-fontawesome -> v4.0.0, ngx-typewriter -> v4.0.1 * feature(testing): moved over to vitest from jasmine+karma * fix(tests): all tests pass now * chore: renamed the rest of the Code UI components * docs: update README * docs: remove part about needing SSH keys * chore: removed .editorconfig
1 parent f3e7981 commit 8d31759

File tree

704 files changed

+5425
-241287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

704 files changed

+5425
-241287
lines changed

.editorconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "chrome",
88
"request": "launch",
99
"preLaunchTask": "npm: start",
10-
"url": "http://localhost:4200/"
10+
"url": "http://localhost:8080/"
1111
},
1212
{
1313
"name": "ng test",

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
## Development
2-
If you'd like to help contribute, the wiki is the best place to start
2+
If you'd like to contribute, the wiki is the best place to start
33
https://github.com/CSSS/csss-site-frontend/wiki
44

55
### Prereqs
66
You will need:
77
- `git`
8-
- `node` v22
9-
- `npm` v10
8+
- `node` v24
9+
- `npm`
1010
- Install the Angular CLI globally
1111
```sh
12-
# use Angular v20.2
12+
# use Angular v21.0.6
1313
npm install -g @angular/cli
1414
```
15-
- SSH keys
1615

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

@@ -42,6 +41,7 @@ ng serve --host=0.0.0.0 // only works after building
4241
To view other npm commands, look at `package.json` under the "scripts" key.
4342
### Local development
4443
If you'd like to contribute, you can start reading here https://github.com/CSSS/csss-site-frontend/wiki/Contributing
44+
4545
### Libraries used
4646
* **FontAwesome 6.7.1** https://fontawesome.com/v6/icons
4747
* **Material CDK** https://material.angular.dev/cdk/categories

angular.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,7 @@
7979
"builder": "@angular/build:extract-i18n"
8080
},
8181
"test": {
82-
"builder": "@angular/build:karma",
83-
"options": {
84-
"tsConfig": "tsconfig.spec.json",
85-
"inlineStyleLanguage": "scss",
86-
"assets": [
87-
{
88-
"glob": "**/*",
89-
"input": "public"
90-
}
91-
],
92-
"styles": ["src/styles.scss"],
93-
"scripts": []
94-
}
82+
"builder": "@angular/build:unit-test"
9583
}
9684
}
9785
}

0 commit comments

Comments
 (0)