Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fccoelho7/nullstack-mdx
https://nullstack-mdx.vercel.app/
https://github.com/fccoelho7/nullstack-mdx
Last synced: 28 days ago
JSON representation
https://nullstack-mdx.vercel.app/
- Host: GitHub
- URL: https://github.com/fccoelho7/nullstack-mdx
- Owner: fccoelho7
- Created: 2022-12-24T23:35:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T23:36:57.000Z (about 2 years ago)
- Last Synced: 2024-11-05T17:05:08.739Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 766 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nullstack MDX
## How to run this Project
Install the dependencies:
`npm install`
Copy the environment sample to a .env file
```sh
NULLSTACK_PROJECT_NAME="[dev] Nullstack MDX"
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)