https://github.com/chriy/chriy.github.io
https://chriy.github.io
https://github.com/chriy/chriy.github.io
documentation
Last synced: about 1 year ago
JSON representation
https://chriy.github.io
- Host: GitHub
- URL: https://github.com/chriy/chriy.github.io
- Owner: chriy
- Created: 2022-04-23T13:57:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T04:23:26.000Z (about 2 years ago)
- Last Synced: 2025-01-10T06:17:13.104Z (about 1 year ago)
- Topics: documentation
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm install
```
### Local Development
```
$ npm run start
```
The `npm run start` command builds your website locally and serves it through a development server, ready for you to
view at http://localhost:3000/.
### Build
```
$ npm run build
```