Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scarryaa/starlight
- Owner: scarryaa
- Created: 2024-09-14T03:30:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T12:38:59.000Z (4 months ago)
- Last Synced: 2024-09-17T16:27:54.446Z (4 months ago)
- Language: Dart
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```