Skip to content

wwwwLulu/SimpStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpStart

A simple and hopefully nice looking and easily customizable start page.

Features

  • Categorize your links and folders easily
  • Search with google (default) "dog", duckduckgo "-d dog", youtube "-y dog"
  • Easily customize

Prequisites

  • Have node & npm installed on your machine
  • Have basic Javascript knowledge, not really though
  • Create a Github Account
  • Some terminal/cmd line experience

How to use

Might be a bit hard to follow if you aren't used to this kind of thing... Sorry

  1. Fork this repo, and download your forked version onto your pc.
  2. Go into the cloned/downloaded repo directory
  3. Run npm install and the following commands in the command line while in the directory.
  4. Run npm run serve to see your changes in real time
  5. Open and Edit App.vue in the src folder

You can easily find and edit these lines.

  1. Change/Add/Delete Link, Open Header.vue in the components folder

Now I realize this might look scary, but just follow the structure, make sure to not forget the ',' and use mine as a reference.
  1. 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
  1. 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 type dist

Goodluck

About

I made a start page similar to that of Google Chrome. Am I a Chrome simp?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published