https://github.com/albertzhaoca/eng3091
Final project of ENG3091
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Final project of ENG3091
Basic Info
- Host: GitHub
- Owner: AlbertZhaoCA
- Language: HTML
- Default Branch: main
- Homepage: https://eng-3091.vercel.app
- Size: 32.8 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
README.md
Kean ENG 3091 TECHNICAL WRITING Final Project
如何部署本项目
先决条件
- Node.js (包含 npm)
安装 Node.js 和 npm
在 Windows 上安装 Nodejs 和 NPM
- 下载 Node.js 安装程序:
- 访问 Node.js 官方网站。
- 点击下载最新的 LTS(长期支持)版本。
- 运行安装程序:
- 下载完成后,运行安装程序。
- 按照安装向导的指示进行安装。确保选中 "Automatically install the necessary tools" 选项。
- 验证安装:
- 打开命令提示符(Command Prompt)。
- 运行以下命令来验证安装:
bash node -v npm -v - 你应该会看到 Node.js 和 npm 的版本号。
- 克隆仓库:
bash
git clone https://github.com/AlbertZhaoCA/ENG3091
cd your-repo-name
- 安装依赖
bash
npm install
- 运行开发服务器
bash
npm run dev
- 更新
```bash git add --all
上传到本地的一个预备区
git commit -m "更新"
上传到本地仓库
git push
上传到网络上的github
```
- 更新本地代码
bash
git pull
预览数据都放在@/data/里面,具体数据放在@/data/details里,event数据用md或者mdx文件保存
Owner
- Name: Albert Zhao
- Login: AlbertZhaoCA
- Kind: user
- Repositories: 1
- Profile: https://github.com/AlbertZhaoCA
A CS sophomore at Kean University Interest in HCI, NLP, and software architecture
GitHub Events
Total
- Watch event: 1
- Member event: 1
- Push event: 31
- Create event: 2
Last Year
- Watch event: 1
- Member event: 1
- Push event: 31
- Create event: 2
Dependencies
package.json
npm
- @types/node 22.9.0 development
- @types/react 18.3.12 development
- eslint ^8 development
- eslint-config-next 15.0.3 development
- postcss ^8 development
- prettier ^3.3.3 development
- tailwindcss ^3.4.1 development
- next 15.0.3
- react 19.0.0-rc-66855b96-20241106
- react-dom 19.0.0-rc-66855b96-20241106
- react-icons ^5.3.0
yarn.lock
npm
- 480 dependencies