Skip to content

Focus Leveling Mobile is an open-source mobile application inspired by the manhwa Solo Leveling. The app allows users to level up and evolve their character through a progression system inspired by RPG. The goal is to provide an engaging and interactive experience where users can track their personal growth and progress through various skill levels

License

Notifications You must be signed in to change notification settings

shureiki/Focus-Leveling-Mobile

Repository files navigation

Getting Started

Note: Make sure you have completed the Set Up Your Environment guide before proceeding.

Step 1: Start Metro

First, you will need to run Metro, the JavaScript build tool for React Native.

To start the Metro dev server, run the following command from the root of your React Native project:

# Using npm
npm start

# OR using Yarn
yarn start

# OR using PNPM
pnpm start

Step 2: Build and run your app

With Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android or iOS app:

Android

# Using npm
npm run android

# OR using Yarn
yarn android

# OR using PNPM
pnpm android

iOS

For iOS, remember to install CocoaPods dependencies (this only needs to be run on first clone or after updating native deps).

The first time you create a new project, run the Ruby bundler to install CocoaPods itself:

bundle install

Then, and every time you update your native dependencies, run:

bundle exec pod install

For more information, please visit CocoaPods Getting Started guide.

# Using npm
npm run ios

# OR using Yarn
yarn ios

# OR using pnpm
pnpm ios

If everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device.

This is one way to run your app — you can also build it directly from Android Studio or Xcode.

Congratulations! 🎉

You've successfully run Focus Leveling Mobile. 🥳

Troubleshooting

If you're having issues getting the above steps to work, see the Troubleshooting page.

About

Focus Leveling Mobile is an open-source mobile application inspired by the manhwa Solo Leveling. The app allows users to level up and evolve their character through a progression system inspired by RPG. The goal is to provide an engaging and interactive experience where users can track their personal growth and progress through various skill levels

Topics

Resources

License

Stars

Watchers

Forks