-
We are a team of veterans and students at Wyncode in Miami, FL.
-
The purpose for Outpost is to address suicide among veterans which is currently at an average of 22 veterans per day. With this app, we can help provide a safe space outlet for veterans to come together, schedule gaming days, attend online group chats and talk about whatever is on their mind.
-
Additionally, we want to provide resources to other military communities and mental health support/therapy.
-
This is a cellphone app only
-
to view it as a cellphone on chrome use your developer tools, follow the steps below
-
Right Click
-
select inspect
-
click the toggle device button in the top left of the console.
-
click the 3 dots in the top right corner
-
click more tools
-
click developer tools
-
click the toggle device button in the top left of the console.
git clone
this repocd
into it.yarn install
cd client && yarn install
cp .env.sample .env
-
yarn dev
: Runs BOTH your Express.JS and React developer environment locally at the same time. Any logs coming from Express will be prefaced with[0]
, any logs fromcreate-react-app
will be prefaced with[1]
. -
yarn server
: Runs JUST your Express.JS server. -
yarn client
: Runs JUST your front-end React app.
Open http://localhost:3000 to view your local React app in the browser. The page will reload if you make edits.