https://github.com/joeyklee/whateverest
A monorepo of tools and packages and whateverest
https://github.com/joeyklee/whateverest
Last synced: 3 months ago
JSON representation
A monorepo of tools and packages and whateverest
- Host: GitHub
- URL: https://github.com/joeyklee/whateverest
- Owner: joeyklee
- Created: 2022-09-07T23:42:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T17:55:44.000Z (4 months ago)
- Last Synced: 2025-02-15T18:35:12.834Z (4 months ago)
- Language: HTML
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whateverest
A monorepo of ideas. Mostly random tools and packages and whatever. Whateverest is an excuse to learn through making, using yarn workspaces to try to manage the randomness. `Whateverest == zero expectations + all fun + some utility?`
## Developer notes
While in the root...
### Install all deps
```sh
npm install
```### Build all:
```sh
npm run build
```bump the lerna version
```sh
npx lerna version
```### publish
```sh
npx lerna publish
# npx lerna publish --force-publish
```### Run the local server:
```sh
npm run serve
```check out some of the demos
- http://localhost:8080/packages/whateverest-random-walk/examples/random-walk--browser/index.html
- http://localhost:8080/packages/whateverest-vector/examples/acceleration.htmlChecking for outdated packages
```sh
```