eziwiki
π§© A Markdown wiki generator built on Next.js - graph views, search
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.yml
- ci.yml
- deploy.yml
- settings.json
- page.tsx
- page.tsx
- route.ts
- page.tsx
- error.tsx
- global-error.tsx
- globals.css
- layout.tsx
- not-found.tsx
- page.tsx
- robots.ts
- sitemap.test.ts
- sitemap.ts
- GraphView.tsx
- Backlinks.tsx
- Breadcrumb.tsx
- LocalGraph.tsx
- MobileMenu.tsx
- MovedPage.tsx
- NavigationButtons.tsx
- PageLayout.tsx
- PageMeta.tsx
- PageNavigation.tsx
- PageTags.tsx
- Sidebar.tsx
- TabBar.tsx
- TabBarSkeleton.tsx
- TabInitializer.tsx
- TableOfContents.tsx
- CodeCopy.tsx
- LinkPreview.tsx
- MarkdownContent.tsx
- PageTransition.tsx
- PdfEmbed.tsx
- StringsProvider.tsx
- UrlMapProvider.tsx
- SearchDialog.tsx
- SearchTrigger.tsx
- ThemeToggle.tsx
- _meta.json
- navigation.md
- payload.md
- theme.md
- _meta.json
- code-blocks.md
- frontmatter.md
- markdown-basics.md
- _meta.json
- github-pages.md
- static-export.md
- vercel.md
- _meta.json
- api-docs.md
- knowledge-base.md
- personal-wiki.md
- _meta.json
- dark-mode.md
- graph-and-backlinks.md
- hidden-pages.md
- pdf-embeds.md
- search.md
- syntax-highlighting.md
- table-of-contents.md
- url-strategies.md
- validation-testing.md
- wiki-links.md
- _meta.json
- first-wiki.md
- installation.md
- quick-start.md
- intro.md
- secret-demo.md
- aliases.test.ts
- aliases.ts
- assets.ts
- editUrl.test.ts
- editUrl.ts
- excerpt.test.ts
- excerpt.ts
- frontmatter.test.ts
- frontmatter.ts
- glob.test.ts
- glob.ts
- lastModified.test.ts
- lastModified.ts
- llms.test.ts
- llms.ts
- pdfImages.ts
- registry.test.ts
- registry.ts
- resolver.ts
- tags.test.ts
- tags.ts
- build.test.ts
- build.ts
- health.test.ts
- health.ts
- layout.test.ts
- layout.ts
- format.ts
- nodes.ts
- strings.test.ts
- strings.ts
- callout.test.ts
- codeMeta.test.ts
- codeMeta.ts
- headings.test.ts
- languages.test.ts
- languages.ts
- mermaid.test.ts
- rehype-mermaid.ts
- rehype-plugins.ts
- remark-callout.ts
- remark-wikilink.ts
- render.hash.test.ts
- render.test.ts
- render.ts
- shiki-transformers.ts
- wikilink.test.ts
- wikilink.ts
- auto.test.ts
- auto.ts
- breadcrumb.test.ts
- breadcrumb.ts
- builder.test.ts
- builder.ts
- hash.ts
- sequence.test.ts
- sequence.ts
- url.test.ts
- url.ts
- urlMap.ts
- schema.ts
- types.ts
- validator.ts
- build.test.ts
- build.ts
- client.test.ts
- client.ts
- tokenizer.test.ts
- tokenizer.ts
- types.ts
- searchStore.ts
- tabStore.ts
- basePath.test.ts
- basePath.ts
- cache.test.ts
- cache.ts
- site.ts
- create-eziwiki.mjs
- scaffold.mjs
- scaffold.test.mjs
- _meta.json
- writing.md
- intro.md
- config.ts
- README.md
- package.json
- README.md
- config.ts
- sample.pdf
- pretendard-400-korean.woff2
- pretendard-400-latin.woff2
- pretendard-600-korean.woff2
- pretendard-600-latin.woff2
- pretendard-700-korean.woff2
- pretendard-700-latin.woff2
- .gitkeep
- sample.jpg
- .gitkeep
- eziwiki.webp
- README.md
- field-notebook.pdf
- favicon.svg
- og-image.svg
- build-pdf-images.ts
- build-search-index.ts
- build-template.ts
- check-links.ts
- copy-pdfjs-assets.ts
- new-page.ts
- show-urls.ts
- validate-payload.ts
- markdown.css
- theme.css
- .eslintignore
- .eslintrc.js
- .gitignore
- .prettierignore
- .prettierrc
- CONTRIBUTING.md
- eziwiki.webp
- LICENSE
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.ts
- tsconfig.json
- vercel.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/i3months/eziwiki
Downloads the entire project code from GitHub to your computer.
cd eziwiki
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run build
Builds optimized production files.
npm run new deploying-to-fly
Type this command into your terminal and run it.
npm run new guides/deploying
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
