A mobile application for students to check the capacity levels of different libraries at Western University. Built using react native & expo. 📖📚🎉
Install ESLint and Prettier vscode extensions
Add the following to your vscode settings
"editor.formatOnSave": true, // run pritter and eslint on save
"javascript.format.enable": false, // disable default vscode javascript formatter
"prettier.eslintIntegration": true, // use eslint with prettier
- Install dependencies
npm install
-
Copy and rename config/config.template.json to config/config.json and fill out missing configuration variables.
-
Running application
npm start
- Running tests / linting
npm test
npm run lint