Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 549 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 549 Bytes

mert.cat

My personal SPA website, built with Solid and TailwindCSS.

Running locally

  • Install Node.js LTS and Git
  • Clone this repository using git clone https://github.com/MertBhey/website
  • Start a terminal in the website folder just created.
  • Run corepack enable to install yarn. Then use yarn to install packages.
  • Starting the app
    • While development, using yarn dev should be OK
    • While deploying, use yarn build to build and yarn start to start after building.