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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

Run the web app locally

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.

About

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)


Languages

Language:TypeScript 94.9%Language:JavaScript 5.0%Language:CSS 0.1%