ColinLefter / Accord

A real-time privacy-first social media platform leveraging feature-rich direct messaging text channels. Built as part of the course project for COSC 310 at UBC.
5 stars 1 forks source link

[RELEASE] Completed Final Check to Issue a Production Release #233

Closed ColinLefter closed 2 months ago

ColinLefter commented 2 months ago

Summary of Changes

  1. Solved all issue related to creating an optimized production build via npm run build
  2. Deleted all unused imports, files and directories
  3. Renamed certain files and directories to ensure that a consistent naming convention is followed
  4. Deleted all debug console.log statements
  5. Deleted all unnecessary comments
  6. Fixed indentation overall bad code linting

Tests Performed

What this means

The next steps