Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 279 Bytes

Swirl Lang website

Repository of Swirl Lang website

Run the website

first install required dependencies:

npm install

then start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open