Skip to content

DenverBrian/denverbrian.github.io

Repository files navigation

VanillaJS + Vite(est)

image

A template for the late night sessions with the people from FWDP

How to use

Clone the repository

git clone https://github.com/directormac/vanillawithbatteries

Install Dependencies

# Go inside the Directory
cd vanillawithbatteries
# Reinitialize git repository
# Remove it using git bash
rm -rf .git && git init
# Remove using powershell
Remove-Item --path .git -Recurse -Force && git init
# Install dependencies
npm install

Running Dev Server

npm run dev

Running Tests

npm run test

Testing for production

npm run build
npm run preview

This has a workflow included to deploy to github pages

First we need to go to the settings of your reposity and Pages Enable it using GitHub Actions

image

By default this will be hosted as username.github.io/vanillawithbatteries but you can change it to username.github.io by changing the BASE property in vite.config.js to / if you are hosting it with username.github.io for sideprojects you can use username.github.io/projectname and change the BASE property in vite.config.js to /projectname/ projectname is the name of your repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published