Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillempuche/laxarxa
The scaffold of a website to be used by lawyers and immigrants. Based on Gatsby and content as markdown created via HackMD. The idea comes from a talk in a local association in Olot (Spain)
https://github.com/guillempuche/laxarxa
gatsby hackmd immigration law react
Last synced: 11 days ago
JSON representation
The scaffold of a website to be used by lawyers and immigrants. Based on Gatsby and content as markdown created via HackMD. The idea comes from a talk in a local association in Olot (Spain)
- Host: GitHub
- URL: https://github.com/guillempuche/laxarxa
- Owner: guillempuche
- Created: 2020-07-03T18:03:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T16:57:55.000Z (over 4 years ago)
- Last Synced: 2024-10-20T07:46:17.553Z (20 days ago)
- Topics: gatsby, hackmd, immigration, law, react
- Language: TypeScript
- Homepage:
- Size: 360 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
### Run the web app locally
- Run on your browser: http://localhost:8000/ to start Gatsby
-### Scripts
`npm run web`: starts the web app in development
`npm run start`: starts the application in development using `nodemon` and `ts-node` to do hot reloading.
`npm run build`: nuilds the app at `build`, cleaning the folder first.
`npm run start:prod`: starts the app in production by first building the project with `npm run build`, and then executing the compiled JavaScript at `build/index.js`.