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

https://github.com/nderousseaux/star-wars

Attempt of benjamin code's "Star Wars" challenge
https://github.com/nderousseaux/star-wars

challenge vitejs web

Last synced: 3 months ago
JSON representation

Attempt of benjamin code's "Star Wars" challenge

Awesome Lists containing this project

README

        

# star-war

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run dev

# build preview
$ npm run preview

# build
$ npm run build
```