Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.31 KB

guides

📗 Website with Ekaterinburg design standards and guidelines

guides.ekaterinburg.city

About

We are creating a unified knowledge base about Ekaterinburg that is easy to learn, develop, and enhance. Instead of the lengthy formatting of cumbersome PDF files, standards authors write them in a user-friendly web interface, saving readers time on searching and downloading files.

For the first version of the guides, we are using Notion as our CMS. Notion is a user-friendly editor with various features and public API.

Features

  • Works with Notion databases in guides-api
  • UI components for Notion content editor
  • Print pages (Ctrl+P)
  • Search
  • PDF generating

Development

  1. Install Node.js and pnpm

  2. Install dependencies

pnpm i
  1. Run local server
pnpm dev