Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.96 KB

CONTRIBUTING.md

File metadata and controls

52 lines (38 loc) · 2.96 KB

Contributing

Contributing a creativity tool

You can recommend a tool by opening an issue, or (even better) creating a pull request adding it to the data file.

Each recommendation should include a tool name, short description, link, and image (800x200px).

Criteria

In order for a tool to be added to this collection, it must meet the following criteria:

Also consider these guidelines:

I understand that these criteria are somewhat subjective and there are exceptions. If you're not sure if something qualifies, just submit it and I'll let you know. I try to err on the side of accepting submissions.

Running this site locally

  1. Pull down the branch with git
  2. Install dependencies: npm install
  3. Run the site: npm start

Here's the full list of commands:

Command Action
npm install Installs dependencies
npm start Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro -- --help Get help using the Astro CLI