https://github.com/lippiece/genesis
https://github.com/lippiece/genesis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lippiece/genesis
- Owner: Lippiece
- Archived: true
- Created: 2024-02-12T23:44:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T13:43:56.000Z (over 2 years ago)
- Last Synced: 2025-03-09T08:43:32.410Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genesis
To install dependencies:
```bash
bun install
```
To run clinet:
```bash
bun run serve:client
```
To run server:
```bash
bun run serve:server
```
This project was created using `bun init` in bun v1.0.26. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.