Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minagishl/langtons-ant

This repository is an application that reproduces "Langton's Ant" using Preact.
https://github.com/minagishl/langtons-ant

langton-ant preact vite webapp

Last synced: 8 days ago
JSON representation

This repository is an application that reproduces "Langton's Ant" using Preact.

Awesome Lists containing this project

README

        

# Langton's Ant

This repository is an application that reproduces "Langton's Ant" using Preact.

## Features

- **TypeScript**: Strongly typed language for building robust applications.
- **Vite**: A build tool that aims to provide a faster and leaner development experience for modern web projects.
- **Preact**: A fast alternative to React with the same modern API.

## Getting Started

### Prerequisites

- Node.js
- Yarn

### Installation

1. Clone the repository:

```sh
git clone https://github.com/minagishl/langtons-ant.git
cd langtons-ant
```

2. Install dependencies:
```sh
yarn install
```

### Usage

1. Start the development server:

```sh
yarn dev
```

## Scripts

- `yarn dev`: Starts the development server.
- `yarn build`: Builds the application for production.
- `yarn preview`: Serves the production build locally.

## Project Structure

- `src/`: Source code of the application.
- `public/`: Static files.

## License

This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.