Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecodeboss/thecodeboss.com


https://github.com/thecodeboss/thecodeboss.com

Last synced: 18 days ago
JSON representation

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
```