https://github.com/bytedecoder/codebrainery.io
Small website made with bootstrap
https://github.com/bytedecoder/codebrainery.io
bootstrap-4 css3 html5 modern-javascript parcel-bundler
Last synced: 10 months ago
JSON representation
Small website made with bootstrap
- Host: GitHub
- URL: https://github.com/bytedecoder/codebrainery.io
- Owner: ByteDecoder
- License: mit
- Created: 2019-09-15T08:07:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T02:31:51.000Z (about 3 years ago)
- Last Synced: 2025-02-07T06:14:00.564Z (12 months ago)
- Topics: bootstrap-4, css3, html5, modern-javascript, parcel-bundler
- Language: HTML
- Size: 498 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codebrainery.io
Small website made with bootstrap
Bundled with **Parcel**
## Development mode
```bash
$ yarn dev
```
## Production mode
```bash
$ yarn build
```