Skip to content

CashlessSociety/togetherproject_web

Repository files navigation

Website for the together project

installation steps

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 

Avataaars

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

Prerequsites

Node (currently working with v16.14.2)

Deploying to github docs

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)

About

Website for together project

Resources

License

MPL-2.0, MIT licenses found

Licenses found

MPL-2.0
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published