Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.4 KB

MaxItUp is a Mac setup tool to create a setup script for newly formatted Mac devices.

Setup

This app requires npm to build, if Node and npm are not installed on your device, you should install them first more info here

Move to project directory and install required npm packages

npm i

Start React development server

Run React server

npm run start

Create a production build

To create a production build, use:

npm run build

Dependencies

This project is built using React JS, Redux and other dependencies. Complete list of 3rd party dependencies can be found in package.json

Adding new content

To add, update, or remove content, please check out max-itup/content

Thanks

Special thanks to:

  • Bashar Ghadanfar coming up with the name MaxItUp! and designing the project's visual identity.

License

MaxItUp is released under the MIT license. See LICENSE for more information.