Skip to content

ircam-ismm/ircam-ismm.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ircam-ismm.github.io

repository for the https://ircam-ismm.github.io website.

Contributing

  • 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

Install

  1. 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

Run Development Mode

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).

Publish

Push your changes on the source branch

git add -A
git commit -m 'your message'
git push origin sources

License

BSD-3-Clause