This is the core repo for the informational website "viossa.net" (base domain) about the Viossa artificial pidgin language
Find a file
2025-06-05 23:59:46 -04:00
.vscode First commit 2025-05-08 02:47:09 +00:00
public fix: crop favicon 2025-05-31 19:53:03 -04:00
src feat: add Viossa i18n 2025-06-05 23:59:46 -04: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 fix: style improvements 2025-06-05 22:42:48 -04:00
eslint.config.js feat: unplugin-vue-router, prettier, eslint, .gitattributes 2025-05-13 15:24:17 -05:00
index.html feat: add Viossa i18n 2025-06-05 23:59:46 -04:00
package-lock.json Merge branch 'dynamic-info-section-list' into main branch for integration of i18n for home page sections 2025-05-20 18:01:41 -04:00
package.json Merge branch 'dynamic-info-section-list' into main branch for integration of i18n for home page sections 2025-05-20 18:01:41 -04:00
README.md docs: Adding atomic design and link to issues page to README 2025-05-09 01:31:45 -04:00
tsconfig.app.json 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
tsconfig.json First commit 2025-05-08 02:47:09 +00:00
tsconfig.node.json feat: unplugin-vue-router, prettier, eslint, .gitattributes 2025-05-13 15:24:17 -05: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.