This is the core repo for the informational website "viossa.net" (base domain) about the Viossa artificial pidgin language
Find a file
2025-06-09 22:23:16 -05:00
.vscode First commit 2025-05-08 02:47:09 +00:00
apps/vdn-static feat: setup monorepo for static frontend app (vdn-static) 2025-06-09 22:23:16 -05:00
.gitattributes feat: unplugin-vue-router, prettier, eslint, .gitattributes 2025-05-13 15:24:17 -05:00
.gitignore First commit 2025-05-08 02:47:09 +00:00
.prettierrc feat: setup monorepo for static frontend app (vdn-static) 2025-06-09 22:23:16 -05:00
pnpm-lock.yaml feat: setup monorepo for static frontend app (vdn-static) 2025-06-09 22:23:16 -05:00
pnpm-workspace.yaml feat: setup monorepo for static frontend app (vdn-static) 2025-06-09 22:23:16 -05:00
README.md docs: Adding atomic design and link to issues page to README 2025-05-09 01:31:45 -04:00
vite.config.ts chore: Refactored home page content out of App.vue and into separate index.vue file created for the vue-router 2025-05-20 18:21:58 -04:00

Viossa.net

bråtula viossa.net måde! We're here to build an informational website about Viossa.

The Stack

What will we be using to build this site?

Additionally, we will be following atomic design principles to organize the components of the project.

How do we install this project?

  1. Download and install NodeJS and NPM — Follow these instructions
  2. Open your favourite command line terminal
  3. Clone the repository: git clone git@github.com:ViossaDiskordServer/ViossaDotNet.git
  4. Move into the new directory: cd ViossaDotNet
  5. Install Node dependencies: npm i

Now, to run the site, use npm run dev

The Content

What will be in the site?

Visit the GitHub Issues page for this repository.