Skip to content

etornam45/molit

Repository files navigation

molit ☄️

An svg based drawing web app written in sveltekit

Tools used to develop molit ☄️.

  • SvelteKit
  • Tailwind CSS
  • NodeJS

Setup Project

Clone the reposotory

$ git clone https://github.com/etornam45/molit.git 

Install dependencies for the project

You need node and npm installed to run this project

$ cd molit
$ npm install

Run molit ☄️ in dev mode

$ npm run dev -- --open --host
# --open        opens the web app in the browser
# --host        hosts the web app on a local network if available 

Build and run the project

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published