说明:盖茨比极简启动器
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定最小的启动器。
# create a new Gatsby site using the minimal starter
npm init gatsby
开始开发。
导航到新站点的目录并启动。
cd my-gatsby-site/
npm run develop
打开代码并开始定制!
您的站点现在在!
编辑src/pages/index.js以实时查看您的网站 <weixin_42129970> 上传 | 大小:189kb
说明:数字馆藏后端-digitaldu
目录
自述文件
背景
丹佛大学数字收藏库的后端 。
贡献
查看我们的,以提供反馈和贡献方式。
执照
。
所有其他内容均在下发布。
本地环境设置
go into digitaldu-backend
npm install
if it doesn't work the first time delete the node_modules folder and npm install
have mysql 5.7
add .env file in root fol <weixin_42162216> 上传 | 大小:3mb