You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
9 months ago | |
---|---|---|
.github | 3 years ago | |
api | 1 year ago | |
helpers | 9 months ago | |
lib | 3 years ago | |
scripts | 2 years ago | |
site | 1 year ago | |
static | 3 years ago | |
.eleventy.js | 3 years ago | |
.gitignore | 3 years ago | |
.npmrc | 3 years ago | |
.nvmrc | 1 year ago | |
.prettierignore | 3 years ago | |
.prettierrc | 3 years ago | |
CONTRIBUTING.md | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
now.json | 3 years ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
screenshot.jpg | 3 years ago |
README.md
tiny-helpers.dev
A collection of useful online web development tools.
Contributing
Make sure you have a recent version of Node.js installed (we recommend at least version v12.14.
). After installing Node.js you'll have the node
but also the npm
command available. npm is Node.js' package manager.
Additionally, please have a look at the CONTRIBUTING.md including further information about what counts as a tiny helper.
Fork and clone this repository. Head over to your terminal and run the following command:
git clone git@github.com:[YOUR_USERNAME]/tiny-helpers.git
cd tiny-helpers
npm ci
npm run helper:add
Add a new helper
npm run helper:add
will ask a few questions and create a file in helpers/
.
Commit the changes and open a pull request.
Run the project locally
This project uses Vercel's routing configuration. The /
route doesn't work locally. To start, navigate to localhost:8080/home/
after running npm run dev
.
npm run dev