mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
* [WEB-1657] dev: admin application code structuring. * chore: update mobx-react-lite import to mobx-react.
9 lines
677 B
TypeScript
9 lines
677 B
TypeScript
export const SITE_NAME = "Plane | Simple, extensible, open-source project management tool.";
|
|
export const SITE_TITLE = "Plane | Simple, extensible, open-source project management tool.";
|
|
export const SITE_DESCRIPTION =
|
|
"Open-source project management tool to manage issues, sprints, and product roadmaps with peace of mind.";
|
|
export const SITE_KEYWORDS =
|
|
"software development, plan, ship, software, accelerate, code management, release management, project management, issue tracking, agile, scrum, kanban, collaboration";
|
|
export const SITE_URL = "https://app.plane.so/";
|
|
export const TWITTER_USER_NAME = "Plane | Simple, extensible, open-source project management tool.";
|