https://github.com/nampdn/btngd-website
Website BTN Gia Định
https://github.com/nampdn/btngd-website
Last synced: over 1 year ago
JSON representation
Website BTN Gia Định
- Host: GitHub
- URL: https://github.com/nampdn/btngd-website
- Owner: nampdn
- Created: 2020-01-07T07:47:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T14:00:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T07:15:05.790Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://btngiadinh.com
- Size: 1.61 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/nampdn/btngd-website)
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and open 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= USE_SSH=true 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.