21 lines
725 B
Plaintext
Executable File
21 lines
725 B
Plaintext
Executable File
Your Ionic app is ready! Follow these next steps:
|
|
|
|
- Go to your new project: cd ./merms-panel
|
|
- Run ionic serve within the app directory to see your app in the browser
|
|
- Run ionic capacitor add to add a native iOS or Android project using Capacitor
|
|
- Generate your app icon and splash screens using cordova-res --skip-config --copy
|
|
- Explore the Ionic docs for components, tutorials, and more: https://ion.link/docs
|
|
- Building an enterprise app? Ionic has Enterprise Support and Features: https://ion.link/enterprise-edition
|
|
oluameye@Olus-MacBook-Pro-3 Projects %
|
|
|
|
git init
|
|
|
|
git add .
|
|
|
|
git commit -m "first commit"
|
|
|
|
git remote add origin https://gitlab.chiefsoft.net/MERMS/MermIonicPanel2025.git
|
|
|
|
git push -u origin master
|
|
|