Skip to content

politiCCCs/user-facing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-facing

This repository provides scripts to ease building and deployment the backend and frontend.

For more details about the frontend or backend, see the respective respository.

Cloning

Since this repository uses git submodules, cloning will require:

git clone git@github.com:politiCCCs/user-facing.git --recurse-submodules # If you use SSH
git clone https://github.com/politiCCCs/user-facing.git --recurse-submodules # If you use HTTPS

Building

To build the backend and frontend, run:

./build.sh

Running the Backend Server

The backend serves both the API (/api) and the React frontend - provided ./build.sh has been run.

This can be done with ./run.sh or node backend/app.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages