Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.4 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.4 KB

Glitch Community Projects

Discover new reasons to code, remix cool and helpful projects made with Glitch.

Philosophically, a little bit Youtube, some Spotify, with a sprinkle of app store.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests to us.

Getting Started

File structure

  • the backend app starts at server.js
  • src/client.js is compiled and served as /client-bundle.js
  • view templates start at src/templates/hello.jadelet
  • stylus files like public/style.styl is compiled and served directly as public/style.css
  • Files in public/ are served directly
  • drag in assets, like images or music, to add them to your project

application models -> presenter -> DOM

Built with

  ___     ___      ___
 {o,o}   {o.o}    {o,o}
 |)__)   |)_(|    (__(|
--"-"-----"-"------"-"--
O RLY?  YA RLY   NO WAI!

Remixing this project

Once you remix this project, it'll come straight to life! The only external dependency that doesn't remix cleanly is OAauth login -- see the FAQ for a workaround.