# How to copy gompa to a new project ?
# Create a new project:
☐ smile new Abcgompa
☐ cd abcgompa
☐ sbt
☐ smile
# Import new project to Eclipse:
# Copy .k file:
☐ Copy .ksmile without sample
☐ smile
☐ Copy the .k files to external and gompa folder
☐ smile
# Copy modules directory from gompa paste it in abcgompa/module:
☐ replace all the files
# Repalce AuthSpiCode under app/gompa:
# Copy conf/prod.application-logger.xml & stage.application-logger.xml:
# Replace conf/application.conf:
# Add library to build.sbt:
☐ libraryDependencies in ThisBuild += "com.norbitltd" %% "spoiwo" % "1.3.2"
# Change gompaview/package.json:
☐ gompa to abcgompa
"build-vue": "vue-cli-service build --mode $MODE --dest ../../../public/abcgompa/modules/gompa/gompaview"