Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 563 Bytes

Auxonic is simple online beta tools for enhance development experience

preview

auxonic demo

Development

fork the project from the repository and clone repository in local machine from command line

git clone https://github.com/owner_name/auxonic.git
git checkout -b your_new_branch_name # optional branch
npm install # install dependencies
npm run dev # start development server
npm run build # build the project