https://github.com/3squared/forgeplayground
https://github.com/3squared/forgeplayground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3squared/forgeplayground
- Owner: 3Squared
- Created: 2022-08-31T07:36:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T22:43:18.000Z (over 3 years ago)
- Last Synced: 2025-01-01T21:47:10.225Z (over 1 year ago)
- Language: Vue
- Size: 206 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Forge Playground version 1!
### Contents:
1. Repository setup
2. Building Forge Playground
3. Publishing a new version
# Repository setup
When you first clone Forge Playground to your machine you will want to run the following command to make sure all
the necessary dependencies are installed. This could take a few minutes.
```
npm install
```
# Building Forge Playground
Forge Playground Version 1 uses a combination of `Rollup` and `Vite` to create an `esm` bundle
for the package and a central entry point as well other items such as types and styles.
To run the build process run:
```
npm run build
```
# Publishing a new version
Once you are happy with the changes you have made to the playground, please open a PR targeting the `main` branch and the build pipeline will take care of the rest!