https://github.com/datejer/electron-config-website
🌎⚛ A React website for my Electron Config Script. WIP.
https://github.com/datejer/electron-config-website
javascript react
Last synced: 12 months ago
JSON representation
🌎⚛ A React website for my Electron Config Script. WIP.
- Host: GitHub
- URL: https://github.com/datejer/electron-config-website
- Owner: datejer
- Created: 2019-11-27T09:25:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:48:05.000Z (about 3 years ago)
- Last Synced: 2025-02-10T06:41:37.312Z (about 1 year ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Config Website âš›
A website for my [Electron Config Script](https://github.com/datejer/electron-config). Created using React. WIP.
## Prerequisites
- Install [Node.js](https://nodejs.org/en/)
## Usage
Follow these steps to run the program:
1. Clone this repository.
`$ git clone https://github.com/datejer/electron-config-website`
2. Install node packages.
`$ npm install`
3. Start the development server.
`$ npm start`
4. Done! 🎉
## Author(s)
- [ejer](https://github.com/datejer)
- Based on Periodic Table by [Tamal Anwar Chowdhury](https://github.com/TamalAnwar)