All Projects → tighten → jigsaw-site

tighten / jigsaw-site

Licence: other
Jigsaw Documentation Site

Programming Languages

Blade
752 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
hack
652 projects

Projects that are alternatives of or similar to jigsaw-site

PygameDocs
关于Pygame库的中文文档
Stars: ✭ 33 (+22.22%)
Mutual labels:  docs
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (-33.33%)
Mutual labels:  docs
java9-module-examples
a list of Java 9 module samples to dive into the modular world
Stars: ✭ 25 (-7.41%)
Mutual labels:  jigsaw
nuxt3-docs-zh
Nuxt3中文文档
Stars: ✭ 38 (+40.74%)
Mutual labels:  docs
reactools
Create React interfaces is easy.
Stars: ✭ 14 (-48.15%)
Mutual labels:  docs
helpscout-docs-api-php
DocsApi client for HelpScout
Stars: ✭ 21 (-22.22%)
Mutual labels:  docs
papyrum
Papyrum is a tool that will help you in the creation of your design system, style guide or in the documentation of your project based on react
Stars: ✭ 19 (-29.63%)
Mutual labels:  docs
artisan-static
A feature-rich starter template for building a static Jigsaw blog hosted on Netlify.
Stars: ✭ 40 (+48.15%)
Mutual labels:  jigsaw
docs
Learn Anything Docs
Stars: ✭ 25 (-7.41%)
Mutual labels:  docs
tokei-zh
🇨🇳翻译: <tokei> 代码信息的统计程序 ❤️ 校对 ✅
Stars: ✭ 92 (+240.74%)
Mutual labels:  docs
hornibills
犀鸟 方便快捷的文档接口管理
Stars: ✭ 78 (+188.89%)
Mutual labels:  docs
idoc
📒📚Generate beautiful interactive documentation and Open-API 3.0 spec file from your existing Laravel app.
Stars: ✭ 95 (+251.85%)
Mutual labels:  docs
FreeTAKServer-User-Docs
FreeTAKServer documentation for end users
Stars: ✭ 23 (-14.81%)
Mutual labels:  docs
docs
Documentation for Slidev
Stars: ✭ 69 (+155.56%)
Mutual labels:  docs
emlid-docs
Documentation for Emlid products
Stars: ✭ 62 (+129.63%)
Mutual labels:  docs
azureselected
Azure Selected content localization.
Stars: ✭ 17 (-37.04%)
Mutual labels:  docs
docs.bitshares.org
Please check the new repository https://github.com/bitshares/how.bitshares.works. This repository contains the OLD sources (and the build in a different branch) for docs.bitshares.org
Stars: ✭ 18 (-33.33%)
Mutual labels:  docs
docs
WayScript Documentation
Stars: ✭ 14 (-48.15%)
Mutual labels:  docs
docs
API Documentation for Handsontable
Stars: ✭ 18 (-33.33%)
Mutual labels:  docs
docs
Jina V1 Official Documentation. For the latest one, please check out https://docs.jina.ai
Stars: ✭ 21 (-22.22%)
Mutual labels:  docs

Jigsaw Site and Docs

Basic Setup

  1. Install npm dependencies:

    $ npm install

  2. Install composer dependencies:

    $ composer install

  3. Build the site:

    $ npm run dev

  4. To preview at http://localhost:3000:

    $ php -S localhost:3000 -t build_local

Pro Tip: You can watch for asset changes and recompile automatically by running:

$ npm run watch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].