yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
=======
To run the application, first follow the steps below to setup the project on your local machine.
- Verify that you have python3 installed on your machine. If not, install it.
- Clone this project to your local machine.
- Create a virtual environment for this project using
python3 -m venv envinside the directory - Activate the virtual environment using the command
source env/bin/activate - Install our current dependencies using the command
pip install -r requirements.txt - (Unix) Navigate to the directory of your project and run the command
chmod u+x start.sh. (Windows) ExecutesetEnvVars.bat.
6.(Unix) Execute ./start.sh to start the application.
(Windows) Execute the command flask run to start the application.
Navigate to http://localhost:4000/admin/. If you see a JSON response stating that Signin is running, you have successfully setup the project correctly.