Skip to content

Commit

Permalink
🥶⛓ ↣ Adding styling & temporarily removing flask proxy for [#1, #6] […
Browse files Browse the repository at this point in the history
…SCD-8] [HDASH-4].
  • Loading branch information
Gizmotronn committed Oct 24, 2022
1 parent 39da03a commit 53d96e6
Show file tree
Hide file tree
Showing 46 changed files with 154 additions and 3,159 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
.venv
__pycache__
.flaskenv.example
node_modules

node_modules
/node_modules
./node_modules
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ Move `/server` into a separate submodule (or `styizen` into a submodule in anoth
Add react config (for frontend framework) to react, then move it into `signal-k/polygon`
-->

## Supa branch
## Trader branch
This branch contains a connection between Supabase (our current hosting platform for this backend) and the rest our our Notebooks & API. Everything else has been stripped out of this branch.

Run `python3 -m venv .venv` to get started.

Note: Start integrating in API from signal-k/polygon
Note: Start integrating in API from signal-k/polygon

### Planti branch
Stripping everything out (e.g. `Ansible`/`Generator`) and just leaving the initial dashboard/game frontend. We'll merge it back with `Trader` later
27 changes: 2 additions & 25 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,14 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Companion app for the Star Sailors game"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Star Sailors</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Binary file modified server/.DS_Store
Binary file not shown.
11 changes: 0 additions & 11 deletions server/Ansible/Generator/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions server/Ansible/Generator/contracts/ShipEvolve.sol

This file was deleted.

12 changes: 0 additions & 12 deletions server/Ansible/Generator/hardhat.config.js

This file was deleted.

20 changes: 0 additions & 20 deletions server/Ansible/Generator/package.json

This file was deleted.

Loading

0 comments on commit 53d96e6

Please sign in to comment.