https://github.com/talon1024/paledit
Palette editor written using Angular 6
https://github.com/talon1024/paledit
angular doom duke3d editor html5 modding palette retrogaming tool utility
Last synced: about 1 year ago
JSON representation
Palette editor written using Angular 6
- Host: GitHub
- URL: https://github.com/talon1024/paledit
- Owner: Talon1024
- Created: 2018-02-12T09:09:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T08:36:02.000Z (about 7 years ago)
- Last Synced: 2025-02-09T21:27:49.687Z (about 1 year ago)
- Topics: angular, doom, duke3d, editor, html5, modding, palette, retrogaming, tool, utility
- Language: TypeScript
- Homepage: http://www.ciinet.org/kevin/paledit
- Size: 523 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paledit
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.7.
This is my first Angular project. I am using it to try and familiarize myself with the workings of Angular.
I intend to make this into a palette editor for old-school games, particularly FPSes like Doom, Duke Nukem 3D, etc.
## Setting up Paledit
You need [node.js](https://nodejs.org) and [Angular CLI](https://angular.io/guide/quickstart) installed in order to run Paledit.
Open a terminal/command prompt, go to the Paledit directory, and type `npm install` to install the node modules you need in order to run Paledit.
## Running Paledit
If you have Paledit set up, open a terminal/command prompt, go to the Paledit directory, and type `ng serve` in order to start the server for Paledit.
Open [Paledit](http://localhost:4200) in your browser by going to http://localhost:4200. This will only work if the Paledit server is running.
Press Ctrl-C on the terminal to stop the server for Paledit.