https://github.com/ilmoi/sss
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilmoi/sss
- Owner: ilmoi
- Created: 2025-06-16T02:36:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T02:37:55.000Z (about 1 year ago)
- Last Synced: 2025-06-16T04:09:27.078Z (about 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SSS play file
## Setup
1. Install dependencies:
```bash
npm install
```
## Running the Project
You can run the project in several ways:
1. Development mode (using ts-node):
```bash
npm run dev
```
2. Build and run:
```bash
npm run build
npm start
```
The project includes:
- TypeScript configuration
- Basic example in `src/index.ts`
- Development and production build scripts # sss