RobinsonZ / slate

Final project for CIS 4120/5120 @ Penn
GNU General Public License v3.0
1 stars 2 forks source link
# Slate ![Electron.js](https://img.shields.io/badge/Electron-191970?style=for-the-badge&logo=Electron&logoColor=white) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) A flexible file-based productivity interface. [Features](#features) • [Installation](#installation) • [Examples](#examples) [![build](https://github.com/RobinsonZ/slate/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/RobinsonZ/slate/releases)

Features

Installation

Recommended IDE Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

Examples

(Back to top)