Skip to content

Commit 3c45e98

Browse files
committed
docs: update README
1 parent e4facef commit 3c45e98

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
```
1515
- SSH keys
@@ -42,6 +42,7 @@ ng serve --host=0.0.0.0 // only works after building
4242
To view other npm commands, look at `package.json` under the "scripts" key.
4343
### Local development
4444
If you'd like to contribute, you can start reading here https://github.com/CSSS/csss-site-frontend/wiki/Contributing
45+
4546
### Libraries used
4647
* **FontAwesome 6.7.1** https://fontawesome.com/v6/icons
4748
* **Material CDK** https://material.angular.dev/cdk/categories

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csss-ng-frontend",
3-
"version": "0.0.0",
3+
"version": "2.2.0",
44
"scripts": {
55
"ng": "ng",
66
"pre-build": "tsx scripts/app/sass-builder.ts",

0 commit comments

Comments
 (0)