etornam45 / molit

Home Page:https://molit-three.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://molit-three.vercel.app


Languages

Language:Svelte 78.7%Language:TypeScript 17.4%Language:JavaScript 2.3%Language:CSS 0.8%Language:HTML 0.8%