Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmtrs/tzportfolio
https://github.com/dmtrs/tzportfolio
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmtrs/tzportfolio
- Owner: dmtrs
- License: mit
- Created: 2021-10-26T20:11:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T17:40:05.000Z (about 3 years ago)
- Last Synced: 2024-11-09T07:53:58.134Z (about 2 months ago)
- Language: CSS
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tzportfolio
## Development
The `public/index.html` file contains a `` tag, which means we need to create `public/bundle.js`.
The `rollup.config.js` file tells Rollup how to create this bundle, starting with `src/main.js` and including all its dependencies.`npm run build` builds the application to `public/bundle.js`, along with a sourcemap file for debugging.
`npm start` launches a server, using [serve](https://github.com/zeit/serve). Navigate to [localhost:5000](http://localhost:5000).
`npm run watch` will continually rebuild the application as your source files change.
`npm run dev` will run `npm start` and `npm run watch` in parallel.
[MIT License](LICENSE) / Data provided by [TzKT API v1.6.1](https://api.tzkt.io/)