Website & Documentation of metaPhorest.org
Site is made with VitePress
- Login in to github.com
- Go to https://github.com/metaPhorest/metaPhorest.org OR click the
editlink on the page you want to edit. - Make changes
- Commit to repository
- Clone this repo
- Make sure you have Node.js v18 (or newer) installed
- Go to the repo, install dependences with
npm install - Make sure vite is also installed
npm add -D vitepress
- Start a local development server with
npm run docs:dev.
This will give you message like this:
vitepress v1.3.4
➜ Local: http://localhost:5678/
➜ Network: use --host to expose
➜ press h to show help
Your vitepress version (v.1.3.4) and port number (5678) might be different.
- Open the localhost in your webbrowser. This will give you your local development verson website.
- Add/change any content
- Commit the changes
- Push the website to Github, this will update metaPhorest.org.
See test for how to handle images.
cleanURLsare not working when deployed on Apache, use/test/index.htmlinstead oftest.html
- Make Component for Seminars.
