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
- Host: GitHub
- URL: https://github.com/brmodeloweb/brmodelo-site
- Owner: brmodeloweb
- License: apache-2.0
- Created: 2020-06-18T19:12:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T00:23:43.000Z (about 2 years ago)
- Last Synced: 2024-03-11T18:38:13.582Z (about 2 years ago)
- Language: Svelte
- Size: 1.75 MB
- Stars: 17
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BRMW Website

## 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.