Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 500 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 500 Bytes

ARK-website

Landing page of ARK-builders

Live

https://ark-builders.dev

Tech used

-> Svelte
-> SvelteKit
-> Tailwind
-> TypeScript
-> Github pages

Developing

  1. 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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.