Skip to content

opustm/frontend

Repository files navigation

Opus Team

Website Status GitHub license

About

Opus is a Team Management and Communication application for small teams that are looking to host and deploy their own personal solution to team communication. Opus allows users a fast and flexible way to create meetings, announcements, and teams with other users. This repository hosts the frontend codebase and deployment for Opus Team.

Take a look at the following links

Dependencies

This is a React project, and the major dependencies for this project are

  • React.js v17.0.1
  • Node Package Manager (npm)

The language that we use is JavaScript (ES7) with linting provided by eslint. Refer to package.json for further documentation about dependencies.

Contributing

Setup

  • Clone the repository
git clone [email protected]:opustm/backend.git
  • Install npm
  • Install all node dependencies npm i

Installing Additional Packages

  • Install additional dependcies with npm
npm i <package-name>

License

MIT.