GithubHelp home page GithubHelp logo

asos-edgeorge / cup-presentation-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kodeinkoders/cup-presentation-template

0.0 0.0 0.0 473 KB

Create your CuP speaker deck in a glimpse

Kotlin 100.00%

cup-presentation-template's Introduction

CuP Template project

This project is a template for a Compose ur Pres project.

  1. Edit settings.gradle.kts:
    • Change the name of your project (which will define the package of the compose Res class).
  2. Edit build.gradle.kts:
    • Choose if you want to export your presentation as a Web page (target web).
    • Select the plugins you want to activate in your presentation.
    • Choose to compose your presentation with material 2 or material 3.
  3. Edit src/commonMain/kotlin/main.kt:
    • Change the title of your presentation.
    • Configure & apply your theme.
    • Configure the plugins you selected in your build config.
  4. Write your slides!
  5. Run your presentation:
    • On desktop with the ./gradlew run command.
    • On the web (if you chose to target it) with the ./gradlew wasmJsBrowserRun command.
  6. Export your presentation web page (if target web):
    • If you are using Github Pages, run the ./gradlew distDoc command that will generate the web page in the doc/ directory.
    • If you are using another system, run the ./gradlew wasmJsBrowserDistribution command that will generate the web page in the build/dist/wasmJs/productionExecutable directory.
  7. Change this README to present your presentation ;)

cup-presentation-template's People

Contributors

salomonbrys avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.