Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabrydawood/website-simulating-macos-s
https://github.com/sabrydawood/website-simulating-macos-s
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sabrydawood/website-simulating-macos-s
- Owner: sabrydawood
- License: mit
- Created: 2023-06-02T19:42:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-02T19:43:44.000Z (over 1 year ago)
- Last Synced: 2024-04-13T08:36:11.494Z (9 months ago)
- Language: TypeScript
- Homepage: https://website-simulating-mac-os-s.vercel.app
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)