rmorris84 / streamer-template

A website template for Twitch.tv streamers
GNU General Public License v3.0
22 stars 13 forks source link

better instructions for running on a terminal #3

Open kevingil opened 6 years ago

kevingil commented 6 years ago

my suggestion


Getting Started

  1. Download.
  2. Fill out the config.json.
  3. Upload.

or from your own terminal

  1. git clone https://github.com/rmorris84/streamer-template.git
  2. cd streamer-template
  3. npm i -S
  4. npm run build

Its really that simple!


rmorris84 commented 6 years ago

I havent worked on this in a while as I've been busy, but the only folder that should be commited is the /dist directory which will have the files ready for someone to use. Thats how the directions are written. The only reason you'd need to clone and install is if you were gonna make changes. Otherwise the few files in the dist folder is all someone without programming knowledge needs to download, fill out and upload to their server. I'll try to get back around on this and clean it up a bit.

kevingil commented 6 years ago

dist folder is all someone without programming knowledge needs to download

Oh I see

I'll try to get back around on this and clean it up a bit.

Nice! It's a very good template and is going to save me a lot of time for my own site :)

Thanks for the reply!