Welcome to the official website for CSSM. This repository contains the source code for the CSSM website.
- JavaScript: 76.8%
- CSS: 23.2%
To deploy a local copy of a project, follow a few simple steps.
Before you begin, install the following tools:
- Node.js
- npm
- Clone the repo:
git clone https://github.com/ChernegaSergiy/cssm-group.git
- Install NPM packages:
npm install
To start the development server:
npm start
This project is deployed on Netlify. You can view the latest deployment status above.
Contributions are welcome and appreciated! Here's how you can contribute:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please make sure to update tests as appropriate and adhere to the existing coding style.
This project is licensed under the CSSM Unlimited License v2 (CSSM-ULv2). See the LICENSE file for details.