repository for the https://ircam-ismm.github.io website.
- the website is created using VuePress
- source files are located in branch
sources
- a github action will build and deploy the website on the
master
branch
- Clone repo and go to
sources
branch where the source files are located
git clone [email protected]:ircam-ismm/ircam-ismm.github.io.git
cd ircam-ismm.github.io
git checkout sources
npm install
Get remote changes
git pull origin sources
Start the development server
npm run dev
Go to http://127.0.0.1:8080 in your favorite browser (which shall not be Safari) to see the development preview and edit some content (cf. examples).
Push your changes on the source branch
git add -A
git commit -m 'your message'
git push origin sources
BSD-3-Clause