https://github.com/arcology-builders/arcology-website
The website for Arcology Builders, a project for a, a sustainable community home in Detroit.
https://github.com/arcology-builders/arcology-website
architecture builders community-land construction-company detroit ecology sustainability
Last synced: 14 days ago
JSON representation
The website for Arcology Builders, a project for a, a sustainable community home in Detroit.
- Host: GitHub
- URL: https://github.com/arcology-builders/arcology-website
- Owner: Arcology-Builders
- License: mit
- Created: 2017-08-13T04:02:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T01:24:14.000Z (11 months ago)
- Last Synced: 2025-07-19T14:24:35.919Z (3 months ago)
- Topics: architecture, builders, community-land, construction-company, detroit, ecology, sustainability
- Language: HTML
- Homepage: http://arcology.builders
- Size: 18.6 MB
- Stars: 10
- Watchers: 6
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website for Detroit Arcology and Arcology Builders
This is the website source code for Arcology, a project to build and steward affordable, community housing
in Detroit.
## Getting Started
Clone our source code locally to your computer.
```
git clone https://github.com/invisible-college/arcology-website.git
```
Build the CSS file.
```
yarn build
```
to generate files to serve in the `dist/` directory.
Serve the files locally using a live-updating static site server:
```
yarn start:detroit
or, alternatively:
python3 -m http.server -d dist
```
Your browser should automatically open to the URL below.
If it doesn't, open the URL below manually.
```
http://localhost:8080/detroit
```
We recommend keeping the website and your code side-by-side.
As you make changes, they'll automatically cause a refresh on the right.
## Deployment
```
ssh ubuntu@detroitarcology.org
cd /var/www/arcology-website
git pull
yarn clean
yarn build
```
## Tech Stack
We use a static responsive website made with TailwindsCSS and plain HTML.