This is the repository of CityTree Website http://citytree.net.
The code was initially built in 2019 and since had multiple redesign revisions and added features. It started out coded wonderfully but being volunteer work it became quite patchy as time went by.
- Gatsby, React, Typescript.
- Bootstrap, Sass, Styled Components.
Lots of the packages are version locked mainly cause of the custom intl plugin. Sorry about having two css frameworks - one day I might finalize transitioning to Styled Components.
Clone the repo to your local machine.
git clone https://github.com/ranbena/citytree.gitUse node Long Term Support version
nvm use --ltsInstall build tools (if not already installed)
xcode-select --installInstall all npm dependencies (preinstall yarn globally)
yarn installRun the server
yarn startThen view the site at http://localhost:8000.
yarn deployOld fashioned FTP. Be very careful not to delete other content within the ftp folders.
- Host: citytree.net
- Creds: Ask tami :P
