/lunadev

A portfolio site to practice skills.

Primary LanguageHTML

Luna Bee's Bootcamp Portfolio

This is where my portfolio lives! You can find a different version hosted on my personal website.

Technologies Used

  • Bootstrap
  • React (Future Addition)
  • HTML, SCSS/CSS, JS

Future Plans

  • Create a repo
  • Install dependencies and needed packages
  • Create a basic layout
  • Introduce a site builder
  • Add pages
  • Introduce CSS Tarot Cards
  • Add projects
  • Add contact form - Make Sure it's secure and weeds out spam

For developers

  1. Clone this repo
  2. run nvm i to install the node version specified in the .nvmrc file.
  3. run npm i to install dependencies.
  4. run npm run start to start the app in development mode and open in new window with live server.
  5. run npm run build to build the app for production to the public folder.