文件名称:arcology-website:Arcology Builders网站,一个底特律可持续社区之家的项目
文件大小:3.29MB
文件格式:ZIP
更新时间:2024-05-31 11:58:18
sustainability architecture ecology detroit builders
底特律考古学和考古学建设者网站 这是Arcology的网站源代码,Arcology是一个在底特律建造和管理负担得起的社区住房的项目。 入门 在本地将我们的源代码克隆到您的计算机上。 git clone https://github.com/invisible-college/arcology-website.git 生成CSS文件。 yarn build 生成要在dist/目录中使用的文件。 使用任何静态站点服务器在本地服务文件,例如 python3 -m http.server -d dist 然后在浏览器中本地将上述index.html文件加载到 http://localhost:8000/detroit 部署方式 ssh ubuntu@detroitarcology.org cd /var/www/arcology-website git pull yarn build
【文件预览】:
arcology-website-master
----.gitignore(617B)
----package.json(1KB)
----Makefile(122B)
----postcss.config.js(920B)
----LICENSE(1KB)
----public()
--------images()
--------snowflake()
--------css()
--------detroit()
----.gitmodules(115B)
----tailwind.config.css(1KB)
----scripts()
--------setup.sh(883B)
--------clean.sh(22B)
----README.md(900B)
----tailwind.config.js(438B)
----yarn.lock(74KB)