Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 2.27 KB

README.md

File metadata and controls

92 lines (63 loc) · 2.27 KB

Sitemap Anime


Portuguese version

Description

Project created to improve Next.JS and to create a dynamic sitemap, using the Animechan anime API and the next-sitemap library. At first to improve the version that exists in a company project, but with the objective of study and personal improvement.


What's in the project?

  • See a list of anime

  • View a short description or phrase of the anime

  • A dynamic sitemap


Branches

  • master
    • all code base, updated documentation and stable features
  • develop
    • some updates to come, it's in vercel preview version
  • starter
    • branch for those who follow via youtube video, only the page structure
  • with-library
    • version with next-sitemap library to do dynamic version
  • without-library
    • version made without the next-sitemap library, using only one page

How to run local:

First clone the project:

git clone https://github.com/miguelrisquelme/sitemap-anime.git

Choose which branch you want to run:

# exemplo: git checkout <branch>

git checkout master

Install dependencies:

yarn
#or
npm i

Run the project:

yarn dev
# or
npm run dev

References:

Open http://localhost:3000 with your browser to see the result.


Made by Miguel Riquelme with ♥