Clowdr静态网站开发指南

Clowdr.org是一个静态网站。要在本地启动站点,请执行以下命令: npm install -g gatsby-cli gatsby develop 。站点将会在 http://localhost:8000 启动。目录结构如下:

. 
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md

node_modules 目录包含项目所依赖的所有模块。

zip
clowdr-app_github_io-site.zip 预估大小:42个文件
folder
clowdr-app.github.io-site 文件夹
file
.eslintrc.json 140B
folder
.github 文件夹
folder
workflows 文件夹
file
deploy-gatsby.yml 263B
file
graphql-types.ts 54KB
file
.prettierignore 45B
folder
src 文件夹
folder
pages 文件夹
file
index.tsx 9KB
file
pricing.tsx 15KB
file
feedback.tsx 2KB
file
about.tsx 10KB
file
features.tsx 15KB
file
404.tsx 590B
folder
policies 文件夹
file
backups.tsx 2KB
file
archiving.tsx 3KB
file
terms.tsx 21KB
file
privacy.tsx 34KB
file
jobs.tsx 7KB
folder
@chakra-ui 文件夹
folder
gatsby-plugin 文件夹
file
theme.js 64B
folder
theme 文件夹
file
theme.ts 2KB
folder
components 文件夹
file
Packages.tsx 2KB
file
Layout.tsx 5KB
file
Title.tsx 248B
file
Feature.tsx 1001B
file
Footer.tsx 3KB
folder
.vscode 文件夹
file
settings.json 113B
file
gatsby-config.js 475B
file
tsconfig.json 1KB
file
gatsby-node.js 241B
file
LICENSE 31B
file
.prettierrc 131B
file
README.md 3KB
file
clowdr-app.github.io.code-workspace 134B
file
.gitignore 1019B
file
package-lock.json 1.46MB
file
package.json 2KB
folder
static 文件夹
file
people-table.svg 8KB
file
Clowdr-logo.svg 5KB
file
favicon.ico 15KB
file
android-chrome-512x512.png 12KB
file
jonathan-bell.jpg 485KB
file
crista-lopes.jpg 178KB
file
benjamin-pierce.jpg 610KB
file
ed-nutting.jpg 37KB
file
ross-gardiner.jpg 556KB
zip 文件大小:2.18MB