Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

berlinonline/pulq-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulq-showcase

This is a demo/test/dev project for berlinonline/pulq. It is also a template for new projects.

How to setup a new project

To setup a new project, you only need the applicaitons/fe directory. Everything else is only needed to setup a Vagrant VirtualBox for development.

    git clone --depth=1 git@github.com:berlinonline/pulq-showcase.git <dirname>
    cd <dirname>
    rm -rf .git
    # you can also move applications/fe into and existing project
    cd applications/fe
    make install

This will give you a copy of this showcase project on which you can build your own.

The old .git need to be removed before adding a new one with git init. That way you have your own fresh git repository to work with.

make install will install all dependencies via Composer and NPM and does the necessary steps so setup your application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published