A simple landing site made with Svelte + TailwindCSS + Storybook
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need to have nodejs installed.
Clone the Repository and run
npm install
npm run dev
To develop UI components independent of your app
npm run stories
To deploy simply run
npm run build
Please feel free to send pull request if you want to contribute!