From bb4891d593677e0b82a2d1ade09bfecbac51303c Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Wed, 19 Feb 2025 00:41:31 -0500 Subject: [PATCH] feat: added README.md --- README.md | 36 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index a84af39..589b3b2 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,16 @@ -# SolidStart +# minhtran_dev website code -Everything you need to build a Solid project, powered by [`solid-start`](https://start.solidjs.com); +## Set up dev server -## Creating a project +- `bun run dev` -```bash -# create a new project in the current directory -npm init solid@latest +## Build binary -# create a new project in my-app -npm init solid@latest my-app -``` +- `bun run build` -## Developing +## Deploy -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: - -```bash -npm run dev - -# or start the server and open the app in a new browser tab -npm run dev -- --open -``` - -## Building - -Solid apps are built with _presets_, which optimise your project for deployment to different environments. - -By default, `npm run build` will generate a Node app that you can run with `npm start`. To use a different preset, add it to the `devDependencies` in `package.json` and specify in your `app.config.js`. - -## This project was created with the [Solid CLI](https://solid-cli.netlify.app) +- Make sure you built this first +- `rsync` to my VPS +- Run `pm2 restart 0` as `0` is the current task_id for my portfolio web app +- [ ] Setup CI/CD for this project