https://github.com/brunolm/brunolm.github.io
BrunoLM personal website!
https://github.com/brunolm/brunolm.github.io
nullstack
Last synced: 3 months ago
JSON representation
BrunoLM personal website!
- Host: GitHub
- URL: https://github.com/brunolm/brunolm.github.io
- Owner: brunolm
- Created: 2016-06-16T16:12:07.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:27:28.000Z (over 1 year ago)
- Last Synced: 2024-02-13T20:34:05.180Z (over 1 year ago)
- Topics: nullstack
- Language: TypeScript
- Homepage: https://brunolm.com
- Size: 6.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brunolm.github.io
## How to run this Project
Install the dependencies:
`npm install`
Copy the environment sample to a .env file
```sh
NULLSTACK_PROJECT_NAME="[dev] Brunolm.github.io"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="3000"
```Run the app in development mode:
`npm start`
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Learn more about Nullstack
[Read the documentation](https://nullstack.app/documentation)