Public
Like
questieDemo
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This is a demonstration subproject of the char.build domain. It shows how a separate Val Town project can be integrated with the main project via proxying.
- Simple quest management interface
- About page explaining the proxy architecture
- Designed to work under the
/questie
path of the main domain
This project is designed to be accessed via the main char.build project. The main project proxies requests that start with /questie
to this project.
To develop this project independently:
- Make changes to the HTTP handler or add new components
- Test the direct endpoint URL
- Once working, it will automatically be available through the main project proxy
The project includes navigation back to the main char.build home page while maintaining its own internal navigation structure.