diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b398d22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +package-lock.json diff --git a/README.md b/README.md index cf7ee05..74d2c32 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# sune \ No newline at end of file +# sune + +Simple Vite-powered Hello World site. + +## Scripts + +- `npm install` to install dependencies. +- `npm run dev` to start the development server. +- `npm run build` to build the site into the `docs/` directory for GitHub Pages. diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..85b991c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,11 @@ + + +
+ + +