Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scarryaa/starlight

A fast and modern editor.
https://github.com/scarryaa/starlight

Last synced: about 1 month ago
JSON representation

A fast and modern editor.

Awesome Lists containing this project

README

        

# Starlight

Starlight aims to be a fast, modern, and cross-platform Flutter code editor. The project is designed to run on multiple platforms, including Android, iOS, Linux, macOS, Windows, and the Web.

## Getting Started

Follow the steps below to set up the project and run it on your desired platform.

### Prerequisites

- [Flutter SDK](https://flutter.dev/docs/get-started/install)
- Platform-specific prerequisites (e.g., Android SDK, iOS simulator, etc.).

### Installation

1. Clone the repository:

```bash
git clone https://github.com/scarryaa/starlight.git
cd starlight
```

2. Install dependencies:

```bash
flutter pub get
```

3. Run the project on your desired platform:

- For Android:
```bash
flutter run -d android
```
- For iOS:
```bash
flutter run -d ios
```
- For Linux:
```bash
flutter run -d linux
```
- For macOS:
```bash
flutter run -d macos
```
- For Windows:
```bash
flutter run -d windows
```
- For Web:
```bash
flutter run -d chrome
```