https://github.com/thecodeboss/thecodeboss.com
https://github.com/thecodeboss/thecodeboss.com
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeboss/thecodeboss.com
- Owner: thecodeboss
- Created: 2024-06-30T05:38:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T22:25:43.000Z (7 months ago)
- Last Synced: 2025-02-06T09:23:45.882Z (5 months ago)
- Language: TypeScript
- Homepage: https://thecodeboss.com
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thecodeboss.com
## Description
[Michael Oliver's personal website](https://thecodeboss.com) built with React/TypeScript, using Vite.
## Install
This project uses [`bun`](https://bun.sh/), a fast JavaScript all-in-one toolkit. Once you have `bun` installed, you can run the following command to install the project:
```sh
bun install
```## Usage
To run a local development server, use:
```sh
bun dev
```To lint, run:
```sh
bun lint
```To build the project to the `/dist` directory, use:
```sh
bun run build
```