The frontend of Modern Fantasy, built with React and Next.js.
To start developing locally:
- run
npm install
in themodern
root directory - add the
.env.local
file in themodern
root directory, and add the following variables:NEXT_PUBLIC_API
(probablyhttp://localhost:9000
)
Once complete, run npm run dev
to host interactively on localhost!