You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This repo is a template for following along with the Lisp tutorial I am writing. It is based on [mal](https://github.com/kanaka/mal), the Make a Lisp process, but instead of having a REPL prompt, forms are evaluated in a web editor which is much more convenient.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"