https://github.com/abrie/nl3
Another copilot game test
https://github.com/abrie/nl3
Last synced: 3 months ago
JSON representation
Another copilot game test
- Host: GitHub
- URL: https://github.com/abrie/nl3
- Owner: abrie
- Created: 2024-10-23T16:08:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:15:53.000Z (8 months ago)
- Last Synced: 2025-01-24T23:27:13.372Z (4 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nl3
## Development Framework
This project uses the following tools and technologies:
- **ViteJS**: A fast build tool and development server.
- **Yarn**: A package manager for JavaScript.
- **Typescript**: A typed superset of JavaScript that compiles to plain JavaScript.
- **Tailwindcss**: A utility-first CSS framework for rapid UI development.To get started with the development environment, follow these steps:
1. Install dependencies:
```sh
yarn install
```2. Start the development server with hot reloading:
```sh
yarn dev
```3. Build the project for production:
```sh
yarn build
```4. Preview the production build:
```sh
yarn preview
```