Giter Club home page Giter Club logo

vore-arts-fund's Introduction

Vore Arts Fund

This code base is for the not-for-profit Vore Arts Fund corporation's website.

The live website can be found at https://voreartsfund.org/.

Contents

Using Docker

  1. In a CLI, navigate to /docker and run ./build.sh to build Docker images and start containers
  2. Add the following files to your hosts file
    127.0.0.1	vore.test
    127.0.0.1	www.vore.test
    
  3. In a browser, open http://vore.test:9000

If the SSL certificate is working, https:// can be used instead.

Testing

End-to-End Testing

  1. Set the 3 TESTING_DATABASE_... fields in your config/.env file.
    export TESTING_DATABASE_NAME=""
    export TESTING_DATABASE_USERNAME=""
    export TESTING_DATABASE_PASSWORD=""
  2. Run the tests through phpunit (installed for you by Composer).
    $ vendor/bin/phpunit

Webpack

  • To use the Webpack dev server, run npm run dev for the React project in question, then append ?webpack-dev=localhost:3000 to your URL or visit localhost:3000 (which loads the project's /public/index.html file).

Deployment

  • Upon every push to the development and master branches, Deploy-bot automatically deploys to the staging and production servers.
  • Deployment includes npm install and npm run prod for React projects

Contributing

To contribute, please contact Graham Watson.

Authors

  • Graham Watson - Lead Developer - PhantomWatson
  • Alec Schimmel - Initial Work with BSU CS Capstone Group - aschimmel
  • Dakota Savage - Initial Work with BSU CS Capstone Group - djsavage2
  • Madison Turley - Initial Work with BSU CS Capstone Group - madisonturley
  • Sean Wolfe - Initial Work with BSU CS Capstone Group - SeanW98

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

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.