Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alangabrielbs/vessels
https://github.com/alangabrielbs/vessels
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alangabrielbs/vessels
- Owner: alangabrielbs
- Created: 2021-12-11T19:08:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T04:08:13.000Z (over 1 year ago)
- Last Synced: 2023-03-03T22:21:09.527Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://vessels.alangabriel.dev/
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vessels
Preview: https://vessels.alangabriel.dev/ (Sem Live Stream por estar na Vercel)
# Como rodar o projeto
* Você precisa ter o `ffmpeg` em sua maquina para rodar o projeto.
1. Clone esse repositorio
2. Instale as dependencias com `yarn install` ou `npm install`
3. Rodar o projeto com `yarn dev` ou `npm run dev`
4. Acesse `http://localhost:3000` e verá a aplicação rodandoEste projeto usa muitas coisas como:
- [TypeScript](https://www.typescriptlang.org/)
- [NextJS](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Husky](https://github.com/typicode/husky)## Commands
- `dev`: executa seu aplicativo em `localhost:3000`
- `build`: cria a versão de construção de produção
- `start`: inicia um servidor simples com o código de produção de compilação
- `lint`: executa o linter em todos os componentes e páginas
- `test`: executa jest para testar todos os componentes e páginas
- `test:watch`: executa jest no modo assistido