Getting Started
Get started by Downloading the site source codes.
What you'll need
- Node.js (opens in a new tab) version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Start your site
Run the development server:
open command prompt
cd aplio
yarn
yarn dev
The cd
command changes the directory you're working with. In order to work with aplio site, you'll need to navigate the terminal there.
The yarn
command build all the necessary packages for the site.
The yarn dev
command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3050/ (opens in a new tab).