https://github.com/bpmct/company-blog
https://github.com/bpmct/company-blog
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpmct/company-blog
- Owner: bpmct
- License: 0bsd
- Created: 2021-03-09T15:06:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T22:40:33.000Z (over 2 years ago)
- Last Synced: 2024-11-03T04:04:30.141Z (over 1 year ago)
- Language: JavaScript
- Size: 1.92 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# company blog
An example Javascript project that is configured for development in Coder.
[](https://sandbox.coder.com/wac/build?template_oauth_service=github&template_url=https://github.com/bpmct/company-blog&template_ref=main&template_filepath=.coder/coder.yaml)

Folder structure includes:
- [.coder/coder.yml](.coder/coder.yaml) - a workspace template file
- [.coder/img/](.coder/img/) - a Docker image with the necessary dependencies (Node 15, Gatsby 4, yarn)
- [.github/workflows/build-image.yml](.github/workflows/build-image.yml) - GitHub action to build & push the image to the Docker Hub
- [src/](src/) the project files
To open in YOUR coder deployment, visit:
```
https://[your Coder URL]/wac/build?template_oauth_service=github&template_url=https://github.com/bpmct/company-blog&template_ref=main&template_filepath=.coder/coder.yaml)
```
## To start developing
1. Open Terminal or Web IDE
1. Navigate to the project (if you opened the terminal)
```sh
cd company-blog
```
1. Start developing
```sh
gatsby develop
```
All dependencies will be installed