neocortex (Latin for "new bark" or "new rind") a part of the cerebral cortex concerned with sight and hearing in mammals, regarded as the most recently evolved part of the cortex.
The neocortex system is a collaborative display system built in Laravel and Vue.js
neocortex is built in Laravel 5.3 for user registration, backend API and persistence. The front end is built with Vue.js components.
To develop neocortex you will need:
After checking out the project and installing software dependencies, it should be as simple as navigating to the project folder and typing:
cd neocortex
vagrant up
The project should then be accessible at http://localhost:9999
Front end is built using Vue.js and SCSS.
To compile front end resources (located in resources/assets
) use:
gulp
or
gulp watch
neocortex uses Laravel and Postgres on the backend.