mirror of
https://github.com/Xevion/history-of-robotics.git
synced 2025-12-10 20:07:23 -06:00
Make README less garbage. Link to GitHub Pages deployment.
This commit is contained in:
43
README.md
43
README.md
@@ -2,30 +2,29 @@
|
|||||||
|
|
||||||
A small Vue.js based school project exploring a small segment of the history of Robotics.
|
A small Vue.js based school project exploring a small segment of the history of Robotics.
|
||||||
|
|
||||||
## Project setup
|
See [History of Robotics](https://xevion.github.io/history-of-robotics/).
|
||||||
```
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
## About
|
||||||
```
|
|
||||||
npm run serve
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compiles and minifies for production
|
This is a school project, not meant to be a literal article or historically accurate recollection of the Sojourner
|
||||||
```
|
and Spirit rovers.
|
||||||
npm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Run your tests
|
## GitHub Pages Deployment
|
||||||
```
|
|
||||||
npm run test
|
|
||||||
```
|
|
||||||
|
|
||||||
### Lints and fixes files
|
Deployment to GitHub pages is simple: run `npm run build`, then commit changes with `git add docs`, `git commit` and `git push`.
|
||||||
```
|
|
||||||
npm run lint
|
|
||||||
```
|
|
||||||
|
|
||||||
### Customize configuration
|
While not a very advanced, recommended nor creative method, it works for me. Look on Google for automated
|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
GitHub Actions-based setups.
|
||||||
|
|
||||||
|
## Local Deployment
|
||||||
|
|
||||||
|
- Project setup
|
||||||
|
- `npm install`
|
||||||
|
- Compiles and hot-reloads for development
|
||||||
|
- `npm run serve`
|
||||||
|
- Compiles and minifies for production
|
||||||
|
- `npm run build`
|
||||||
|
- Lints and fixes files
|
||||||
|
- `npm run lint`
|
||||||
|
- Customize configuration
|
||||||
|
- See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||||
|
|||||||
Reference in New Issue
Block a user