Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcampbppu/anma
ANMA
https://github.com/tcampbppu/anma
Last synced: 15 days ago
JSON representation
ANMA
- Host: GitHub
- URL: https://github.com/tcampbppu/anma
- Owner: tcampbPPU
- Created: 2022-05-11T03:32:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T18:17:28.000Z (over 1 year ago)
- Last Synced: 2024-11-11T22:25:59.378Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://anmapodcast.com
- Size: 2.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Copy the Env Example
```bash
cp -rf .env.example .env
```Create/Obtain Google Maps API Token
Make sure to install the dependencies:
```bash
yarn install
```## Development Server
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Locally preview production build:
```bash
yarn preview
```