FUNCTIONAL-PROTOTYPE - Station 13 helper tool for allowing you to type a full sentence for an announcement without using any invalid words, with customizable file you can edit.
- Install modules
npm i
- Run locally
npm run start
- If any issues, see if an exe works:
npm run make
(will write to/out
folder)
- If any issues, see if an exe works:
- Electron Forge Typescript with Webpack Template
npm init electron-app@latest my-new-app -- --template=webpack-typescript
- Installed various
@types/*
modules - Update
renderer.ts
andindex.html
to successfully run the React App code - Installed
@emotion/react @emotion/styled @mui/material @mui/styled-engine-sc styled-components
- Installed
@fontsource/roboto
- Installed
@mui/icons-material