Upload index.html
Browse files- index.html +1 -39
index.html
CHANGED
|
@@ -521,8 +521,6 @@
|
|
| 521 |
<nav class="nav" id="nav">
|
| 522 |
<h3>π Quick Navigation</h3>
|
| 523 |
<div class="nav-links">
|
| 524 |
-
<a href="#installation" class="nav-link">Installation</a>
|
| 525 |
-
<a href="#deployment" class="nav-link">Deployment</a>
|
| 526 |
<a href="#home-info" class="nav-link">Home Info</a>
|
| 527 |
<a href="#top-ten" class="nav-link">Top 10 Anime</a>
|
| 528 |
<a href="#anime-info" class="nav-link">Anime Info</a>
|
|
@@ -534,43 +532,7 @@
|
|
| 534 |
</div>
|
| 535 |
</nav>
|
| 536 |
|
| 537 |
-
<section class="section" id="installation">
|
| 538 |
-
<h2>π» Installation</h2>
|
| 539 |
-
<h3>Local Installation</h3>
|
| 540 |
-
<p>Make sure you have Node.js installed on your device.</p>
|
| 541 |
|
| 542 |
-
<div class="code-block">
|
| 543 |
-
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
|
| 544 |
-
<pre>git clone https://github.com/itzzzme/anime-api.git
|
| 545 |
-
cd anime-api
|
| 546 |
-
npm install</pre>
|
| 547 |
-
</div>
|
| 548 |
-
|
| 549 |
-
<h3>Setup Environment Variables</h3>
|
| 550 |
-
<p>Create a <code>.env</code> file based on <code>.env.example</code>:</p>
|
| 551 |
-
|
| 552 |
-
<div class="code-block">
|
| 553 |
-
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
|
| 554 |
-
<pre>ALLOWED_ORIGIN=<https://site1.com>,<https://site2.com>,...</pre>
|
| 555 |
-
</div>
|
| 556 |
-
|
| 557 |
-
<h3>Start the Server</h3>
|
| 558 |
-
<div class="code-block">
|
| 559 |
-
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
|
| 560 |
-
<pre>npm start
|
| 561 |
-
# or
|
| 562 |
-
npm run devStart</pre>
|
| 563 |
-
</div>
|
| 564 |
-
</section>
|
| 565 |
-
|
| 566 |
-
<section class="section" id="deployment">
|
| 567 |
-
<h2>π Deployment</h2>
|
| 568 |
-
<p>Deploy your own instance easily:</p>
|
| 569 |
-
<div>
|
| 570 |
-
<a href="https://vercel.com/new/clone?repository-url=https://github.com/itzzzme/anime-api" target="_blank" class="btn">Deploy to Vercel</a>
|
| 571 |
-
<a href="https://render.com/deploy?repo=https://github.com/itzzzme/anime-api" target="_blank" class="btn btn-secondary">Deploy to Render</a>
|
| 572 |
-
</div>
|
| 573 |
-
</section>
|
| 574 |
|
| 575 |
<section class="section" id="home-info">
|
| 576 |
<h2>π GET Home Info</h2>
|
|
@@ -1061,7 +1023,7 @@ console.log(resp.data);</pre>
|
|
| 1061 |
</section>
|
| 1062 |
|
| 1063 |
<footer>
|
| 1064 |
-
<p>Made with π by <
|
| 1065 |
<p style="margin-top: 10px; color: var(--text-secondary);">
|
| 1066 |
<a href="https://github.com/itzzzme/anime-api" target="_blank">GitHub Repository</a> |
|
| 1067 |
<a href="https://zenime.site" target="_blank">Live Demo</a>
|
|
|
|
| 521 |
<nav class="nav" id="nav">
|
| 522 |
<h3>π Quick Navigation</h3>
|
| 523 |
<div class="nav-links">
|
|
|
|
|
|
|
| 524 |
<a href="#home-info" class="nav-link">Home Info</a>
|
| 525 |
<a href="#top-ten" class="nav-link">Top 10 Anime</a>
|
| 526 |
<a href="#anime-info" class="nav-link">Anime Info</a>
|
|
|
|
| 532 |
</div>
|
| 533 |
</nav>
|
| 534 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
|
| 537 |
<section class="section" id="home-info">
|
| 538 |
<h2>π GET Home Info</h2>
|
|
|
|
| 1023 |
</section>
|
| 1024 |
|
| 1025 |
<footer>
|
| 1026 |
+
<p>Made with π by Daemon</p>
|
| 1027 |
<p style="margin-top: 10px; color: var(--text-secondary);">
|
| 1028 |
<a href="https://github.com/itzzzme/anime-api" target="_blank">GitHub Repository</a> |
|
| 1029 |
<a href="https://zenime.site" target="_blank">Live Demo</a>
|