An svg based drawing web app written in sveltekit
- SvelteKit
- Tailwind CSS
- NodeJS
$ git clone https://github.com/etornam45/molit.git
You need node and npm installed to run this project
$ cd molit
$ npm install
$ npm run dev -- --open --host
# --open opens the web app in the browser
# --host hosts the web app on a local network if available
$ npm run build
$ npm run preview -- --open --host
# --open opens the web app in the browser
# --host hosts the web app on a local network if available
To deploy your app, you may need to install an adapter for your target environment.