Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sabrydawood/website-simulating-macos-s


https://github.com/sabrydawood/website-simulating-macos-s

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# intro

website simulating macOS's GUI:

Powered by [React](https://reactjs.org/) + [React Redux](https://react-redux.js.org/) + [UnoCSS](https://uno.antfu.me/) + [TypeScript](https://www.typescriptlang.org/) + [Vite](https://vitejs.dev/).

![light mode](./public/screenshots/light.png)
![dark mode](./public/screenshots/dark.png)

 

## Usage

Clone the repo and install dependencies:

```bash
yarn install
```

Start dev server (with hot reloading):

```bash
yarn dev
```

Build for production with minification to the `dist` folder:

```bash
yarn build
```

 

## License

[MIT](MIT)