Skip to content

Commit

Permalink
docs: update readme, fix vite base for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eknowles committed Feb 20, 2024
1 parent 77783cb commit c8095f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Roulette [![Build Status](https://travis-ci.org/eknowles/roulette-ts.svg?branch=master)](https://travis-ci.org/eknowles/roulette-ts) [![Coverage Status](https://coveralls.io/repos/github/eknowles/roulette-ts/badge.svg?branch=master)](https://coveralls.io/github/eknowles/roulette-ts?branch=master)
# Roulette

- TypeScript
- Three.js
Expand All @@ -9,18 +9,18 @@

### Development

Run `webpack-dev-server` on http://localhost:3000
Run `vite` on http://localhost:3000

```bash
$ yarn dev
$ bun run dev
```

### Production

Build a production bundle to `./dist`

```bash
$ yarn build
$ bun run build
```

## Resources
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [],
base: "/roulette-ts/"
});

0 comments on commit c8095f1

Please sign in to comment.