https://github.com/jasonandjay/study
Those who accomplished great things in ancient times not only had extraordinary talents, but also had perseverance.
https://github.com/jasonandjay/study
Last synced: about 1 month ago
JSON representation
Those who accomplished great things in ancient times not only had extraordinary talents, but also had perseverance.
- Host: GitHub
- URL: https://github.com/jasonandjay/study
- Owner: jasonandjay
- License: cc-by-4.0
- Created: 2019-04-23T01:35:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T03:40:45.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:54:11.492Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://jasonandjay.github.io/study
- Size: 14.8 MB
- Stars: 34
- Watchers: 2
- Forks: 116
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: docs/security/csrf.png
Awesome Lists containing this project
README
![]()
## Target
Collect quality content and classical problem
Contributions are welcome!## Start
``` bash
# fork repo# 克隆项目
git clone [email protected]:jasonandjay/study.git
```## Development
> Please make sure your version of Node.js is greater than 8.
``` bash
# 安装依赖 & 启动开发服务
cnpm i & npm run dev # serves VuePress' own docs with itself# 添加导航 text&link
modify /src/.vuepress/config.js
such as:
{
text: '快速搭建开发环境',
link: '/zh/standard/Start.md'
}# 创建一个 markdown 文件
touch /src/zh/standard/Start.md# 添加内容
...
```## Deploy
``` bash
# 构建为静态文件
npm run build# 提交代码到仓库
git push origin master# 开启github pages
设置source: master branch /docs folder# 查看网站
在浏览器里输入 https://[your account name].github.io/study/
```## Contribute
- Send pr to add excellent content
- Help us improve our content on exist pages
## LicenseMIT