- Categorize your links and folders easily
- Search with google (default) "dog", duckduckgo "-d dog", youtube "-y dog"
- Easily customize
- Have node & npm installed on your machine
- Have basic Javascript knowledge, not really though
- Create a Github Account
- Some terminal/cmd line experience
Might be a bit hard to follow if you aren't used to this kind of thing... Sorry
- Fork this repo, and download your forked version onto your pc.
- Go into the cloned/downloaded repo directory
- Run
npm install
and the following commands in the command line while in the directory. - Run
npm run serve
to see your changes in real time - Open and Edit
App.vue
in the src folder
You can easily find and edit these lines.
- Change/Add/Delete Link, Open
Header.vue
in the components folder
- Finally! Once you're all done with that you can run the commands while in the
SimpStart
directory.
- git add -A
- git commit -m 'My finished version'
- git push
- Deployment, and the rest is your browser settings.
- Head over to Netlify login with github, and create a new site. Click on github, go to your forked repo, and for the build command include.
npm run build
and for the directory typedist