31 lines
415 B
Markdown
31 lines
415 B
Markdown
#Moon Miners
|
|
|
|
## Getting Started
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
# or
|
|
yarn dev
|
|
# or
|
|
pnpm dev
|
|
```
|
|
|
|
## Dotenv
|
|
|
|
Fill the following out:
|
|
|
|
```dotenv
|
|
DB_USER=
|
|
DB_PASSWORD=
|
|
DB_HOST=
|
|
DB_PORT=
|
|
DB_DATABASE=
|
|
```
|
|
|
|
## API Endpoints
|
|
|
|
Refer to ~test-endpoints.restclient~ for an up-to-date list of endpoints. If you want to use this to
|
|
actually query the endpoints, it's not too hard to setup with Emacs.
|