Skip to content

Latest commit

 

History

History
100 lines (74 loc) · 5.31 KB

README.md

File metadata and controls

100 lines (74 loc) · 5.31 KB

The 3rd PCSHS Science Symposium 2023 Official Website

Banner Image

https://3rdpss2023.pcshsbr.ac.th

GitHub last commit (by committer) GitHub last commit (by committer) GitHub repo size GitHub GitHub top language GitHub language count GitHub contributors GitHub issues GitHub pull requests GitHub forks GitHub Repo stars

Made with Supabase

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.

Developing

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

Building

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.

Deployment

This website is hosted on vercel and build log is in separate repo to avoid using pro plan for deploying a SvelteKit webapp

URL Path list

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

Contributors

PhubestSrikoon
PhubestSrikoon

💻 🎨 🤔
Patsagorn Y.
Patsagorn Y.

💻 🖋 🚇
Siraphop
Siraphop

🖋 🐛 💻

License

This repo is licensed under the MIT License. See the LICENSE file for more details.