-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,18 @@ <h2>Feedback and contributing</h2> | |
<p>If you notice a bug or want a feature added please <a href="https://github.com/edelstone/tints-and-shades/issues/new">file an issue on GitHub</a>. If you don't have an account there, just <a href="mailto:[email protected]">email me</a> the details.</p> | ||
<p>If you're a developer and want to help with the project, please comment on <a href="https://github.com/edelstone/tints-and-shades/issues">open issues</a> or create a new one and communicate your intentions. Once we agree on a path forward you can just make a pull request and take it to the finish line.</p> | ||
|
||
<h2>Local development</h2> | ||
|
||
<p><i>Prerequisites: Node.js 14+</i></p> | ||
|
||
<ol> | ||
<li>Clone this project.</li> | ||
<li>Navigate to the project in your terminal.</li> | ||
<li>Install dependencies: <code>npm install</code>.</li> | ||
<li>Start the server: <code>npm run serve</code>.</li> | ||
<li>Navigate to <code>localhost:8080</code> in your browser.</li> | ||
</ol> | ||
|
||
<h2>Support this project</h2> | ||
|
||
<p>The Tint & Shade Generator will always be free but your support is greatly appreciated.</p> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<url> | ||
<loc>https://maketintsandshades.com/about/</loc> | ||
<lastmod>2024-09-14T23:33:59.556Z</lastmod> | ||
</url> | ||
<url> | ||
<loc>https://maketintsandshades.com/</loc> | ||
<lastmod>2024-09-14T23:33:59.560Z</lastmod> | ||
</url> | ||
|
||
|
||
</urlset> |