https://github.com/sliit-foss/fcsc-web-remastered
A visually enhanced version of the legacy design of the Faculty of Computing Student Community website
https://github.com/sliit-foss/fcsc-web-remastered
under-construction
Last synced: 2 months ago
JSON representation
A visually enhanced version of the legacy design of the Faculty of Computing Student Community website
- Host: GitHub
- URL: https://github.com/sliit-foss/fcsc-web-remastered
- Owner: sliit-foss
- License: mit
- Created: 2023-08-06T18:04:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T19:10:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T11:42:26.316Z (4 months ago)
- Topics: under-construction
- Language: JavaScript
- Homepage: https://fcsc.sliitfoss.org/
- Size: 2.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
SLIIT FCSC
The official website of the Faculty of Computing Student Community also known as the FCSC which is the largest student body of the Faculty of Computing in SLIIT.
## Contributing
## [Figma](https://www.figma.com/proto/kQIZ5VQGf8DfOIXpDWSg3Z/FCSC-Web---New?node-id=93-392&scaling=min-zoom&page-id=0%3A1)
## Getting started
- Run `pnpm install` to install all dependencies
- Run `pnpm dev` to start the development server## Commit messages
- We follow conventional commits during our development workflow as a good practice. More information can be found at their official [documentation](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)
- Refer the [commitlint.config.js](https://github.com/sliit-foss/fcsc-web-remastered/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes## Additional tools
- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.