Garden3d is the parent company of Sanctuary Computer, XXIX, Manhattan Hydraulics, among others. This is Garden3d's website, a single splash page with "good" and "evil" modes, and some fun interactivity.
This project was designed by Joel Fear.
Here are the major frameworks, programming languages, software and libraries we are using on this project:
You can preview Garden3d in it's current state here: Garden3d
Unfortunately, this project was designed in XD, so all development has been intepreted from PDfs. Please reach out for access.
To get a local copy up and running follow these simple example steps.
You need the following libraries and software before you can get the project up and running. Please install them using the steps provided.
- brew
brew install node
- yarn
brew install yarn
- Clone the repo
git clone https://github.com/sanctuarycomputer/garden3d.git
To spin up the front-end, follow these steps:
- Install packages
yarn install
- Spin up the project
yarn start
To learn more about Sanctuary's Git best practices, click here
When naming branches, please use the following structure:
- For new features:
feature/<issue-number>-<feature-name-seprated-using-dashes>
- For updates to existing feautres:
update/<issue-number>-<feature-name-seprated-using-dashes>
- For bug fixes:
bugfix/<issue-number>-<bug-name-seprated-using-dashes>
https://www.notion.so/garden3d/Code-Style-4a5e5835bbab44dd982e4f36d6933e50
If you have dev-related questions about this project you can contact: @sepowitz