Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 353 Bytes

File metadata and controls

17 lines (11 loc) · 353 Bytes

Sky Code 🚀

Play and test your JavaScript or TypeScript code. This project is made in svelte, using vite and typescript.

Scripts

This creates a server on localhost:3000 and rebuild it when you make changes.

npm run dev

This creates a production-ready version of the app and can be deployed to the web.

npm run build