My personal SPA website, built with Solid and TailwindCSS.
- 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 useyarn
to install packages. - Starting the app
- While development, using
yarn dev
should be OK - While deploying, use
yarn build
to build andyarn start
to start after building.
- While development, using