Skip to content

axtck/portal

Repository files navigation

Portal

Development

  • clone the repo
git clone git@github.com:axtck/madhouse-app.git
  • install dependencies
npm i

VS Code

  • install VS Code
  • install eslint extension
  • install prettier extension

Code will automatically be linted (by eslint) and formatted (by prettier) because of the settings in ./.vscode/settings.json.

Setting up the dev environment

Running the app

  • install expo
npm install -g expo-cli
  • start Expo
npm start
  • run the app (Android - iOS)
# for Android
npm run android

# for iOS
npm run ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published