Landing page of ARK-builders
-> Svelte
-> SvelteKit
-> Tailwind
-> TypeScript
-> Github pages- Clone this repo and install dependencies
git clone https://github.com/ARK-Builders/website2.git
cd website2
npm install
# run the dev server
npm run dev
To create a production version of your app:
npm run buildYou can preview the production build with npm run preview.