The new campus website for students of the INSA Centre-Val de Loire !
To simplify the process of creating content, we have created a docs to explain to writers or to developers how to do it. There is many examples and it you want more information, feel free to contact us !
Go to the documentation and explore !
Feel free to help us ! Use issues and pull requests !
Requirement
Steps
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
# serve static project
$ npm run start