Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodeboss/thecodeboss.com
https://github.com/thecodeboss/thecodeboss.com
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeboss/thecodeboss.com
- Owner: thecodeboss
- Created: 2024-06-30T05:38:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T06:52:37.000Z (about 2 months ago)
- Last Synced: 2024-11-08T07:32:24.917Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://thecodeboss.com
- Size: 1.15 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
```