https://github.com/joshmerlino/codeprint-clone
https://github.com/joshmerlino/codeprint-clone
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshmerlino/codeprint-clone
- Owner: JoshMerlino
- License: mit
- Created: 2022-02-28T13:09:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T22:45:23.000Z (about 1 year ago)
- Last Synced: 2024-05-28T18:59:02.659Z (about 1 year ago)
- Language: TypeScript
- Size: 15.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsx-app
### Checks
* [](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-style-analysis.yml)
* [](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-quality-analysis.yml)
* [](https://github.com/JoshMerlino/tsx-app/actions/workflows/public-html.yml)
* [](https://github.com/JoshMerlino/tsx-app/actions/workflows/test-ci.yml)### Software
* ubuntu-20.04.1lts
* git-2.25.1
* node-14.16.0
* npm-6.14.11## Getting Started
```bash
# Clone the repo
git clone https://github.com/JoshMerlino/tsx-app -b master --single-branch -o upstream my-server
```Move into your new working directory.
```bash
# Install node build tools
sudo apt-get install build-essential -y# Install node modules
npm install
```