Assuming you have node
> git clone git@github.com:CashlessSociety/togetherproject_web.git
> cd togetherproject_web
(You can also use https://github.com/CashlessSociety/togetherproject_web.git
but if you have been giving access to the repo its best to use the ssh version above))
> cd ~/cashless/togetherproject_web
> npm install
> npm start
We are using avataaars from https://avataaars.com
There is a sketch file, which (if you download and install sketch) can be used to add/remove or update avataaar images.
Or if you wanna just tweak things you can (maybe) start withthis sketch file.. if you have the permissions etc
Node (currently working with v16.14.2)
In order to fit within the 'free' restrictions of google docs deployment to production is as follows
Make your changes and commit them as normal
❯ npm start
❯ git commit .
Update the /docs dir
❯ git rm -rf docs
❯ npm run build
❯ git add -f docs
Push
❯ git push
Wait for github pages caching to update (takes a few minutes)