Skip to content

ExinOne/developers.exinone.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExinOne Developers Guide

Look at the Vitepress to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# or npm
npm install

Development Server

Start the development server:

yarn docs:dev

Production

Build the application for production:

yarn docs:build

Locally preview production build:

yarn docs:preview