Git Product home page Git Product logo

awesome-devtools's Introduction

logo

Awesome Devtools

A collection of awesome devtools from around the internet

Netlify Status

Data Validation CI

Test CI

Contributing to the list

All tools submitted to Awesome Devtools are contributed by our users. You can submit a tool two ways:

  1. Submit a PR - The fastest way to get your tool submitted to Awesome Devtools. Simply submit a PR to this repository. You can read more about submitting a PR below.
  2. Submit Tool - Alternatively you can submit a tool via the submission form. Tools submitted here will appear on the site in about a week.

Environment Variables

Awesome Devtools uses FaunaDB for form submissions. While not required to run the app, if you need to work on form submissions, make sure you have a defined .env.development file and the proper keys inside.

Key Name Key Description
GATSBY_FAUNA_DB_KEY Your Fauna API Key
GATSBY_FAUNA_DB_COLLECTION_NAME Your Fauna collection name

Development

This project is bootstrapped with React, Gatsby and TailwindCSS. Running this site is very similar to running any other React web app

  1. Make sure you have the latest Node LTS installed. We recommend using nvm for managing your Node version.
  2. Copy .env.example to .env.development and replace the keys with your own
  3. Install dependencies using npm install
  4. Run the development server using: npm run start

Updating the List

The data for this site is under static/data.json. Each item on the list has the following shape:

{
  "name": "Awesome Devtools",
  "description": "A collection of awesome devtools from around the internet",
  "url": "https://awesomedevtools.com",
  "tags": ["Awesome", "List", "Tools"]
}

After making modifications to the list. Run npm run validate-data. The data validation script checks for the following:

  • Name must exist
  • URL must exist
  • Description must exist
  • Must have at least one tag

awesome-devtools's People

Contributors

sgolovine avatar apoclyps avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.