Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipakparmar/docs-diary
Personal troubleshooting and code snippets diary!
https://github.com/dipakparmar/docs-diary
docker javascript linux macos node-js react snippets snippets-collection
Last synced: 10 days ago
JSON representation
Personal troubleshooting and code snippets diary!
- Host: GitHub
- URL: https://github.com/dipakparmar/docs-diary
- Owner: dipakparmar
- License: mit
- Created: 2020-06-21T07:23:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T14:34:19.000Z (about 1 month ago)
- Last Synced: 2024-10-12T13:13:32.464Z (27 days ago)
- Topics: docker, javascript, linux, macos, node-js, react, snippets, snippets-collection
- Language: CSS
- Homepage: https://docs.dipak.tech
- Size: 4.28 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
![GH Pages Build](https://github.com/dipakparmar/docs-diary/workflows/GH%20Pages%20Build/badge.svg)
### 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
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= 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.
![Alt](https://repobeats.axiom.co/api/embed/38bd3d5aec7e29ab833432f5b13e99cb04bddc4f.svg 'Repobeats analytics image')