Update README.md

This commit is contained in:
Sheldon Cooper 2026-04-04 14:55:56 -04:00 committed by GitHub
parent 8c59485898
commit 20a1b867f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@
bråtula viossa.net måde! We're here to build an informational website about Viossa. bråtula viossa.net måde! We're here to build an informational website about Viossa.
## The Stack ## The Stack
**What will we be using to build this site?**
### Core ### Core
- [TypeScript](https://www.typescriptlang.org/) - [TypeScript](https://www.typescriptlang.org/)
@ -14,11 +13,11 @@ bråtula viossa.net måde! We're here to build an informational website about Vi
- [Vue 3](https://vuejs.org/) - [Vue 3](https://vuejs.org/)
- [Vite](https://vite.dev/) - [Vite](https://vite.dev/)
Additionally, we will be following [**atomic design principles**](https://bradfrost.com/blog/post/atomic-web-design/) to organize the components of the project. See [**atomic design principles**](https://bradfrost.com/blog/post/atomic-web-design/) for guidance on designing components.
### Styling ### Styling
- [Bulma](https://bulma.io/) - [Bulma](https://bulma.io/) - the primary stylesheet, which supports lots of basic elements simply. Prototyping is easy, since Bulma is built around applying classes to generic elements like `div` et al in order to achieve visual componentness
- [Tailwind CSS](https://tailwindcss.com/) - [Tailwind CSS](https://tailwindcss.com/) - Included supplimentarily: Bulma is opinionated and only maintained by one person, so we may discover it is inadequate for certain purposes. if necessary, we can use (or fully switch to) Tailwind.
- [Sass](https://sass-lang.com/) - [Sass](https://sass-lang.com/)
### Backend ### Backend
@ -29,7 +28,6 @@ Additionally, we will be following [**atomic design principles**](https://bradfr
- [ESLint](https://eslint.org/) - [ESLint](https://eslint.org/)
## Setup/Installation ## Setup/Installation
**How do we install this project?**
1. Download and install Node.js and pnpm 1. Download and install Node.js and pnpm
- [Node.js installation instructions](https://nodejs.org/en/download) - [Node.js installation instructions](https://nodejs.org/en/download)