Website (youthartmovement.org) for the nonprofit organization Youth Arts Movement (YAM).
The Youth Arts Movement (YAM) is a nonprofit organization dedicated to providing students and aspiring artists a platform for their creative expression. We seek to create a community for artists to collaborate and communicate.
FOR FUTURE YAM DEVELOPERS:
To run the code:
git clone https://github.com/li21rich/yam-website.git
npm install
npm start
If you choose to separately clone this repo and make your own repo with updates, you would set up netlify with this github repo and then run:
cd yam-website
npm run deploy
git add .
git commit -m "message"
git push
- you may need to run "set CI=false" in the terminal before deploying.