Nevada County Trails is a Vue.js application 📱 built to connect hikers🚶with trails 🌄 in Nevada County, California. We meet bi-monthly 📅 at Nevada County Tech Connection to discuss this project, and other topics related to web development 💻.
Please run the following commands
Clone the source locally with SSH
git clone https://github.com/NCJS/nc-trails.git
To start:
cd nc-trails
npm install
npm run serve
Also run only once to globally install the vue cli
tool:
npm install -g @vue/cli
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
Contributing guideline to come!
Versioning to come!
See the full list of contributers.
License to come!