Skip to content

NimJay/peachy-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Every little tool you need, in one place.

Peachy Tools is a free web application that hosts mini web tools such as random number generators, and unit converters.

Implementation

Peachy Tools currently employs the following technologies:

Run On Your Machine

To run Peachy Tools on your machine:

  1. Install Node.js (and npm).
  2. Enter the /src/ directory.
  3. npm install to install Node.js dependencies.
  4. npm run webpack to compile PeachyTools.jsx into /src/js/bundle/.
  5. npm run node-sass to compile the SASS in /src/scss/ to peachytools.css.
  6. npm run server to serves Peachy Tools.

Use the following command during development from /src/:

npm run webpack & npm run node-sass & npm run server

Be simple.

About

Every little tool you need, in one place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published