Skip to content

Commit

Permalink
feat: create Surfer app
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwysocki committed Sep 15, 2023
1 parent 69bf872 commit 7ab4094
Show file tree
Hide file tree
Showing 31 changed files with 20,077 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/surfer/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_SURFER_GUIDELINES_URL=https://app.surferseo.com/static/surfer_guidelines_1_x_x.js

1 change: 1 addition & 0 deletions apps/surfer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.env.production
1 change: 1 addition & 0 deletions apps/surfer/.tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.18.1
11 changes: 11 additions & 0 deletions apps/surfer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Surfer

Integration with Surfer Guidelines extension for Contentful.

This project was bootstrapped with [Create Contentful App](https://github.com/contentful/create-contentful-app).

## Learn More

[Read more](https://www.contentful.com/developers/docs/extensibility/app-framework/create-contentful-app/) and check out the video on how to use the CLI.

Create Contentful App uses [Create React App](https://create-react-app.dev/). You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) and how to further customize your app.
Loading

0 comments on commit 7ab4094

Please sign in to comment.