This work is commissioned and owned by the school.
All source code except for all assets files in this repo (for example but not limited to, any image, logo, and trademark.) are free to use under MIT License. All other source code from third party is up to their their license.
Once you've created a project and installed dependencies with pnpm install
, start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version of your app:
pnpm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
This website is hosted on vercel and build log is in separate repo to avoid using pro plan for deploying a SvelteKit webapp
https://3rdpss2023.pcshsbr.ac.th/
├── (auth)/
│ ├── account
│ ├── auth/
│ │ ├── callback
│ │ ├── list-of-invited
│ │ ├── set-new-password
│ │ └── verify
│ ├── dashboard
│ ├── login
│ ├── logout
│ ├── reset-password
│ └── welcome/
│ └── done
├── (contents)/
│ ├── legal/
│ │ └── privacy-and-terms (WIP)
│ └── projects
├── (staff)/
│ └── manage/
│ └── invite
├── (student-team-contact)/
│ └── my-project/
│ └── edit/
│ ├── step-2-project-information
│ ├── step-3-abstract
│ └── step-4-article
└── api/
└── v1
Edit HERE
PhubestSrikoon 💻 🎨 🤔 |
Patsagorn Y. 💻 🖋 🚇 |
Siraphop 🖋 🐛 💻 |
This repo is licensed under the MIT License. See the LICENSE file for more details.