An open API service indexing awesome lists of open source software.

https://github.com/brmodeloweb/brmodelo-site

BR Modelo public website
https://github.com/brmodeloweb/brmodelo-site

Last synced: 10 months ago
JSON representation

BR Modelo public website

Awesome Lists containing this project

README

          

# BRMW Website

![Hero shot](https://raw.githubusercontent.com/brmodeloweb/brmodelo-site/master/static/site-hero-shot.png)

## Tech stack

- [Sveltekit](https://kit.svelte.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [Paraglide JS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs)

## Developing

1. Install dependencies: `npm install` (or `pnpm install` or `yarn`)
1. Start development server: `npm run dev`

## Building

Preview production version:

```bash
npm run preview
```
Create a production version:

```bash
npm run build
```

---

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.