Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danestves/develative-typescript-assessment
https://github.com/danestves/develative-typescript-assessment
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danestves/develative-typescript-assessment
- Owner: danestves
- Created: 2024-11-10T01:40:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T02:24:34.000Z (2 months ago)
- Last Synced: 2024-11-10T02:29:23.532Z (2 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Develative TypeScript Assessment
This guide assumes that you have installed `bun` in your machine.
If you don't have it installed, you can install it by running
`curl -fsSL https://bun.sh/install | bash`.## Development
- Initial setup:
```sh
bun install
```Copy the `.env.example` file to `.env` and supply the missing values (if any).
- Start dev server:
```sh
bun run dev
```