Skip to content

Commit

Permalink
update with new logo; add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
wismer committed Jun 19, 2020
1 parent f5ddc83 commit 8dedfa6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
Binary file modified custom/favicon.ico
Binary file not shown.
Binary file modified examples/roni-rony-rone/custom/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/roni-rony-rone/custom/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {

body::after {
display: block;
background-image: url(/public/white.svg);
background-image: url(/assets/white.svg);
background-repeat: no-repeat;
content: "A Labs project from your friends at";
color: #fafafa;
Expand Down
15 changes: 1 addition & 14 deletions examples/roni-rony-rone/public/white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions examples/roni-rony-rone/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
2. If you haven't already yet, create an [airtable account](https://airtable.com/signup)
3. Copy our airtable [here](https://airtable.com/shrPGjHpuY6ymFrEI/tblD67h7H7u2zbthH/viw54wUiBaVqVbG1V)
4. On the [Airtable account page](https://airtable.com/account), generate and then copy your API key. You'll need this in order to pull the data from the table you copied over.
5. Now that you have your own airtable base, get the following values from Airtable: `BASE_ID`, `TABLE_ID`, and `VIEW_ID`. Copy them over into the appropriate places in the `.env.example` file.
6. rename the env file `$ mv .env.example .env`.
7. Run it with `yarn start:dev`!
8. Edit the values in your airtable and refresh the browser to see your changes!
5. run `npm i` followed by `npm run setup` Follow the prompts to setup your environment variables.
6. Run it with `yarn start:dev`.
7. Edit the values in your airtable and refresh the browser to see your changes.

0 comments on commit 8dedfa6

Please sign in to comment.