Skip to content

Commit

Permalink
update and add dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
antihax committed Jan 1, 2023
1 parent 769b6dd commit c5893f5
Show file tree
Hide file tree
Showing 5 changed files with 7,846 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Logs
logs
*.log

public
# Runtime data
pids
*.pid
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@ The ATLAS Map UI can be utilized to create your own resource map for a custom se
# Development
This requires npm for development.

## Development build
## Live Coding
Launch a webserver and webpack watch to allow live coding.
The `./public` folder will need basic json export and tiles added.
```
npm run dev
```


## Development build
```
npm run build:dev
```
Expand Down
Loading

0 comments on commit c5893f5

Please sign in to comment.