mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-24 02:08:09 +00:00
This commit removes the old homepage entirely. This is a prelude to removing the react-router dependency, which is needed to unblock work on the initiatives editor. Because the homepage is gone, there's now no frontend included with SourceCred. As such, we should merge #1873 alongside this one, so that our README doesn't give any patently false information to our users. Test plan: `yarn test` passes. `yarn start` and `yarn build` are no longer commands. (`yarn start2` and `yarn build2` will be renamed later).