partnerandpartners / alliance-for-youth-action

2 stars 0 forks source link

Frontend static site generator and templates for Alliance for Youth Action

Development Steps

  1. Clone the repo:
git clone git@github.com:partnerandpartners/alliance-for-youth-action.git
  1. Navigate into directory
cd alliance-for-youth-action
  1. Run yarn to install dependencies
yarn
  1. Run dev mode
yarn run dev

The first time you run dev mode it will download all the site's images. Every other time it will just check to make sure the images were downloaded but won't re-download them.

  1. Check it in the browser, visit: http://localhost:8000/

Should be good to go! Now make changes as you wish!