Skip to content

ever-co/ever-teams-boards

 
 

Repository files navigation

Ever Teams Boards

This repo is a modified fork of https://github.com/excalidraw/excalidraw (Copyright (c) 2020 Excalidraw, MIT license)

Firebase Storage and Access-Control-Allow-Origin

If you encounter this error

Screenshot 2023-10-04 at 10 54 14

Fix this by following the procedure below

Open the GCP console and start a cloud terminal session by clicking the >_ icon button in the top navbar. Or search for "cloud shell editor" in the search bar.

Click the pencil icon to open the editor, then create the cors.json file.

Run gsutil cors set cors.json gs://ever-teams.appspot.com

Screenshot 2023-10-04 at 11 00 24

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.3%
  • SCSS 4.9%
  • MDX 4.6%
  • JavaScript 2.8%
  • HTML 0.3%
  • CSS 0.1%