https://github.com/abrie/nl5
Another try at a Copilot Workspace game
https://github.com/abrie/nl5
Last synced: 3 months ago
JSON representation
Another try at a Copilot Workspace game
- Host: GitHub
- URL: https://github.com/abrie/nl5
- Owner: abrie
- Created: 2024-10-24T01:56:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T15:30:51.000Z (8 months ago)
- Last Synced: 2025-01-24T23:27:12.790Z (5 months ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nl5
Another try at a Copilot Workspace game## Installation
After cloning the repository, navigate to the project directory and run the following command to install the dependencies:
```sh
yarn install
```## Running Vite Scripts
Use the following scripts to manage the development and build process:
* `yarn dev`: Starts the Vite development server.
* `yarn build`: Builds the project for production.
* `yarn serve`: Serves the production build locally for testing purposes.