File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33https://github.com/CSSS/csss-site-frontend/wiki
44
55### Prereqs
66You 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
1313npm install -g @angular/cli
1414```
1515- SSH keys
@@ -42,6 +42,7 @@ ng serve --host=0.0.0.0 // only works after building
4242To view other npm commands, look at ` package.json ` under the "scripts" key.
4343### Local development
4444If 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments