Justifi Network's site. Made with SvelteKit, TypeScript, and SCSS.
Once you've cloned the project, install dependencies with yarn install
(preferred), or npm install
.
Start the development server by running yarn dev
. --host
for it to be viewable on the network and --port 8080
to specify port.
Build for production with yarn build
(preferred), or npm build
.