Giter VIP home page Giter VIP logo

event-poster-maker's Introduction

Event Poster Maker

Event Poster Maker is web app created to facilitate rapid creation of DSC event posters while leveraging reuse of community contributed templates.

Showcase

Below are steps required to run the app on your local development evironment.

Prerequisites

You will need the following installed on your system.

  1. git
  2. node
  3. Angular CLI

Next

  1. Open your terminal or command prompt and cd to the location you'll be cloning the project in

    cd ~/
    
  2. Clone the project

    git clone https://github.com/DSCKenyattaUniversity/event-poster-maker.git
    
  3. Change directory to the cloned project

    cd event-poster-maker
    
  4. Install all the projects dependencies

    npm install
    
  5. Build the tools needed for subsequent commands to work correctly.

    npm run build:builders
    npm run build:schematics
    
  6. Run local development server

    npm run start
    

    This starts a development server on port 4200, so you can launch your browser and navigate to http://localhost:4200/

    Alternatively, run npm run build to build the project. This should compile the project to a folder dist/event-poster-maker. Copy the contents of the folder to your local webserver's docroot.

Creating new poster templates

To create new poster templates, execute the command below on your terminal at the root of the project. It will prompt you for some information ie. the orientation.

npm run create-poster-template

If you did run npm run start, go to your browser and should see a blank template added in the templates list. Go to the directory where the above script created for your template and make modifications to the poster.svg file. You can do this by hand or using a Vector Graphics Software like Inkscape or Adobe Illustrator.

Licensing

Event Poster Maker is licensed under MIT License. See LICENSE for the full license text.

Contributing

Contributions are welcomed via Pull Requests especially contributions for poster templates, documentation and tests.

Watch

Watch the video

event-poster-maker's People

Contributors

wycliffewasonga 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.