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

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.

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)