This repository comprises the frontend aspect of the Workspace project, constructed using React.
Before proceeding, please ensure Yarn is installed on your system.
You can install Yarn using the following command:
npm i --global yarn
yarn : File C:\Users\User\AppData\Roaming\npm\yarn.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ yarn --version
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
You can resolve it by executing the following command:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
To set up the Workspace frontend locally, follow these steps:
git clone https://github.com/CodeQuotient/workspacefrontend.git
OR
gh repo clone CodeQuotient/workspacefrontend
cd workspacefrontend && yarn
- In the root directory create
.env
file. - Please Check
.env.example
for the required fields. - For local development
.env.example
data can be used directly, copy.env.example
data into.env
file.
yarn start
If you'd like to contribute to this project, feel free to submit pull requests or open issues. Please follow the exisiting code styles and ensure your changes are well-tested.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.