Skip to content

oscarsandford/genshinpedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genshinpedia

A web user interface made with React for accessing the genshin.dev API.

accessibility text



Setup

With this repository as your working directory, install its dependencies with

npm ci

and run the development build on localhost:3000 with

npm start

Deploy

npm run deploy