Git Product home page Git Product logo

www's People

Contributors

alanbsmith avatar dvberkel avatar gortok avatar haydanek avatar lonesomerider avatar olore avatar pmanijak avatar quymbee avatar sarace avatar sarajo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

www's Issues

Implement Node.js backend for site

Right now this is a static site driven off of Nginx. Changing it over to node.js will allow us to implement Mailchimp's API, as well as clean up a number of issues, including having to duplicate header and footer scripts across pages.

changes to nginx should not affect reference nginx file

Currently, if a developer makes changes to the nginx file, those changes are shown on the same file we use for production; should have a dist/ folder that includes distribution files (whether for local dev or production) so standard files are not modified.

Bootstrap script should be idempotent

The Bootstrap script (bootstrap.sh) should be able to be run multiple times without adverse side effects. As pointed out in the README.md in #46, running it twice results in multiple KVPs being insert into the same keys/mc.json file.

Here's the offending lines:

touch keys/mc.json
echo -e "{\n\t\"apiKey\":\"\"\n}" >> ./keys/mc.json

Proposed fix would be to add an if block around the echo and ensure that file is empty.

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.