Closed ReadyPlayer2 closed 5 years ago
Hi 👋🏾 I'd like to help out on some of the easier things that you may not have time for. I've worked with React and JavaScript before. However, I'm unclear as what you mean by routing to /space by default.
Would you not want / to be seen at all? I could submit a pull request for a simple redirect!
According to this PR this feature is not available yet =/
This will make it easier to develop.
Info: Currently when running the application using
npm start
the URLlocalhost:3000/
is loaded with the default create-react-app page. This page is useful in debugging (to check routes are working etc), but is rarely required so it would be better to load directly tolocalhost:3000/space
.