Skip to content

theodornitu/nextjs_maiarPets

Repository files navigation

Maiar Pets NFT - Project Website

The website for MaiarPets NFT project. Written in Javascript, using React and Next.

There are 2 branches currently:

To work on the website

  • Clone the repository
  • Create your own branch/fork
  • Do changes, commit and create pull request

Nextjs work setup

First, you must install Nodejs and npm from here: Node
Navigate inside the project folder and run:

npm install

This will install all the required dependencies for running a local server of Nextjs with Maiar Pets Website

To start the local server, run:

npm run dev

Then open localhost:3000 in your browser. Any changes in code will be reflected in local server after you save a file.


More information to read:

Elrond Docs
Elrond dapp-core repo
Elrond dapp-template repo
Elrond api
Elrond Microservice template
Elrond Observing Squad


Build for production AND generate static website into "out" folder:

npm run build

Run in production:

npm start

About

Maiar Pets NFT Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published