Skip to content

Puripan22/BOARD-POST

Repository files navigation

How to run my project (pls Read)

check your node version (ตรวจเช็คว่าลง node ว่าเป็นเวอร์ชั่นล่าสุดแล้วหรือยัง) 1.create your folder and open it on VScode (สร้างโฟล์เดอร์และเปิดโฟล์เดอร์ใน VScode)

2.open your terminal ( Ctrl + Shift + ` ) and clone my project (เปิดตัวของ Terminal ขึ้นมาแล้ว พิมพ์ คำสั่งเข้าไปในการ clone โปรเจ็ค)

git clone https://github.com/Puripan22/BOARD-POST.git

3.cd folder project and install (เข้าถึงโฟล์เดอร์ข้างในแล้ว install ) // cd เข้าตามชื่อFolder

cd BOARD-POST
npm install

4.Split your Terminal ( Ctrl + Shift + 5 ) and use new Terminal run server by commmand this (สร้าง terminal ออกมาอีกตัวด้วยการ Split แล้วใช้ terminal ตัวใหม่ที่สร้างออกมารันเซิฟเวอร์โดยคำสั่งนี้)

cd BOARD-POST
cd server
npm start

5.Run website on another terminal by command this ( แล้วอีกฝั่งเดิม Run website ด้วยคำสั่งนี้)

npm run dev

pls wait when you change page in a first time ( กรุณารอในตอนที่ต้องการเปลี่ยนหรือคลิกเปลี่ยนหน้าในตอนที่เปลี่ยนครั้งแรก)

Setup pnpm (optional)

If you are using pnpm, you need to add the following code to your .npmrc file:

public-hoist-pattern[]=*@nextui-org/*

After modifying the .npmrc file, you need to run pnpm install again to ensure that the dependencies are installed correctly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors