đ¨Portal Development
Last updated
Last updated
Are you ready to build your dream portal? Let's get started.
Run yarn dev
to spin up the project and navigate to localhost:3000
in your browser.
Is the normal Sunflower Land game showing? Ensure that you have copied .env.portal
into .env
The project is currently loading code inside of PortalApp.tsx
This app comes preloaded with a basic scene and HUD to demonstrate the foundations. You are able to add, edit & remove code in these files to add the functionality you want.
You can build your portal using whichever web technology your prefer. However, we recommend using existing technologies and patterns in the repository so you don't need to build everything from scratch.
If you are looking to build a portal, it is recommended that you learn the basics of the React framework.
If you are looking to build game mechanics such as Combat, co-op minigames + more advanced functionality, it is recommend you explore the Phaser framework.