Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinchengx/calvinchengx.github.io
https://github.com/calvinchengx/calvinchengx.github.io
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calvinchengx/calvinchengx.github.io
- Owner: calvinchengx
- Created: 2022-02-17T06:19:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T01:20:05.000Z (9 months ago)
- Last Synced: 2024-12-06T14:46:55.647Z (2 months ago)
- Language: JavaScript
- Homepage: https://calvinx.com
- Size: 1.79 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
My personal website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
$ GIT_USER=calvinchengx yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.