Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T03:34:18.000Z (over 1 year ago)
- Last Synced: 2024-07-14T12:36:30.761Z (4 months ago)
- Topics: architecture, builders, community-land, construction-company, detroit, ecology, sustainability
- Language: HTML
- Homepage: http://arcology.builders
- Size: 18.6 MB
- Stars: 9
- Watchers: 7
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Arcology-Builders/arcology-website - The website for Arcology Builders, a project for a, a sustainable community home in Detroit. (others)
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:detroitor, 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 [email protected]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.