Loading repository data…
Loading repository data…
rniguel / repository
⚡ Projeto criado para aperfeiçoamento em Next.JS e para criar um sitemap dinâmico, utilizando a API de animes Animechan e a biblioteca next-sitemap.
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.
See a list of anime
View a short description or phrase of the anime
A dynamic sitemap
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
Open http://localhost:3000 with your browser to see the result.
Made by Miguel Riquelme with ♥