Skip to content

alvaromateo/noartdev

Repository files navigation

noart.dev

This is the code for my own website.

It is a Next.js project bootstrapped with create-next-app. It uses Typescript and Tailwind CSS.

Getting Started

To run the development server only:

npm run dev

This doesn't include any functionality outside of the website like Search, which needs a Solr container to be running in order to receive the search requests.

Open http://localhost:3000 with your browser to see the result.

Full development environment

To run the full development environment:

make build-development
make start-development

And to stop it:

make stop-development

About

Personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published